From 6191b6371d7d8e31d3101dc87090b2d81c854251 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 10 Mar 2020 18:09:04 -0700 Subject: [PATCH] Update using cargo-readme --- memofs/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/memofs/README.md b/memofs/README.md index 4659ce3d..d04b8ff6 100644 --- a/memofs/README.md +++ b/memofs/README.md @@ -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`