efs 0.5.0

An OS and architecture independent implementation of some Unix filesystems in Rust.
Documentation
1
2
3
4
5
6
//! General structures found in several filesystems.

pub mod bitmap;
pub mod block;
#[cfg(feature = "ext2")]
pub mod indirection;