vfs 0.1.2

A virtual filesystem for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "vfs"
version = "0.1.2"
authors = ["Manuel Woelker <github@manuel.woelker.org>"]
description = "A virtual filesystem for Rust"
homepage = "https://github.com/manuel-woelker/rust-vfs"
readme = "README.md"
keywords = ["vfs", "virtual",  "filesystem"]
license = "Apache-2.0/MIT"

[dependencies]