Filesystem abstraction layer
Allows backends (like ext2, apfs, btrfs, xfs etc.) to communicate with the frontends (currently including only FUSE and Redox), by implementing the Filesystem
and FilesystemMut
traits.
scroll
is currently used in fal-backend-ext4
, but some structs need manual parsing.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.