Flesh out crate

This commit is contained in:
Lucien Greathouse
2020-02-18 23:16:56 -08:00
parent b4963f4ff7
commit 52e1dbd846
7 changed files with 95 additions and 5 deletions

5
vfs/README.md Normal file
View File

@@ -0,0 +1,5 @@
# [vfs]
Name pending. Implementation of a virtual filesystem with a configurable backend and file watching.
## License
[vfs] is available under the terms of the MIT license. See [LICENSE.txt](LICENSE.txt) or <https://opensource.org/licenses/MIT> for more details.