We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb9d1f commit bf7d649Copy full SHA for bf7d649
README.md
@@ -1,6 +1,6 @@
1
# async-vfs for rust
2
3
-async virtual filesystem for rust
+Generica async virtual filesystem for rust
4
5
# Backends
6
async-vfs-os/README.md
@@ -1,8 +1,8 @@
# async-vfs-os
-Async virtual filesystem for [async-vfs](https://crates.io/crates/async-vfs) for OS filesystem backend.
+OS filesystem backed async virtual filesystem for [async-vfs](https://crates.io/crates/async-vfs).
-Support async-std/smol/tokio runtimes.
+Supports async-std, smol and tokio runtimes.
7
## Usage
8
0 commit comments