Update using cargo-readme

This commit is contained in:
Lucien Greathouse
2020-03-10 18:09:04 -07:00
parent 5be4175ac3
commit 6191b6371d

View File

@@ -1,7 +1,11 @@
# vfs
Implementation of a virtual filesystem with a configurable backend and file watching.
# memofs
[![Crates.io](https://img.shields.io/crates/v/memofs.svg)](https://crates.io/crates/memofs)
memofs is currently an unstable minimum viable library. Its primary consumer is [Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
Implementation of a virtual filesystem with a configurable backend and file
watching.
memofs is currently an unstable minimum viable library. Its primary consumer is
[Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
### Current Features
* API similar to `std::fs`