5 releases
Uses old Rust 2015
0.1.4 | Mar 24, 2018 |
---|---|
0.1.3 | Mar 24, 2018 |
0.1.2 | Mar 24, 2018 |
0.1.1 | Mar 24, 2018 |
0.1.0 | Mar 24, 2018 |
#422 in No standard library
36 downloads per month
Used in 2 crates
25KB
167 lines
genfs
Generic traits for implementing filesystems on no_std
environments
lib.rs
:
genfs
A set of traits for implementing generic unix-style filesystems withour relying on an architecture or specific operating system.
Function definitions are mostly copied from the Rust standard library, with
some minor changes. This crate doesn't depend on the standard library or the
alloc
crate.
Documentation is mostly copied from the Rust standard library.