4 releases
new 0.1.3 | Nov 6, 2024 |
---|---|
0.1.2 | Sep 20, 2024 |
0.1.1 | Sep 19, 2024 |
0.1.0 | Jun 4, 2024 |
#345 in Filesystem
32 downloads per month
41KB
903 lines
composefs Rust crate
This is a Rust crate that builds on composefs-sys
and also
adds wrappers for invoking the external mkfs.composefs
and composefs-info dump
binaries.
lib.rs
:
Rust composefs library
This crate builds on top of the core composefs tooling; it currently requires
both the libcomposefs
C library as well as the external executables
mkcomposefs
and composefs-info
.
The core functionality exposed at the moment is just support for creating and parsing composefs "superblock" entries.
Dependencies
~110–495KB