5 releases

new 0.2.0 Nov 20, 2024
0.1.3 Nov 6, 2024
0.1.2 Sep 20, 2024
0.1.1 Sep 19, 2024
0.1.0 Jun 4, 2024

#411 in Filesystem

Download history 188/week @ 2024-09-14 155/week @ 2024-09-21 8/week @ 2024-09-28 13/week @ 2024-10-05 13/week @ 2024-10-12 1/week @ 2024-10-19 135/week @ 2024-11-02 17/week @ 2024-11-09

154 downloads per month

MIT/Apache

41KB
903 lines

composefs Rust crate

composefs on crates.io Documentation

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–500KB