Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 567 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 567 Bytes

Alexandria Memory FileSystem

This module contains an implementation of an in-memory NIO filesystem. This has two uses:

  1. Because this module (and only this module) is released under the unlicense, you may copy it to implement your own file system. We suggest you read our guide.
  2. You may use this file system as shown in the runnable examples. It is particularly helpful for unit testing code which invokes file operations.