filesystem_in_a_file

Crates.iofilesystem_in_a_file
lib.rsfilesystem_in_a_file
version0.0.1
sourcesrc
created_at2023-02-07 20:43:26.320669
updated_at2023-02-07 20:43:26.320669
descriptionIn-memory FS representation for testing image builders
homepage
repositoryhttps://github.com/vmagro/filesystem_in_a_file
max_upload_size
id779096
size102,001
Vinnie Magro (vmagro)

documentation

README

Workflow Status docs.rs Maintenance

filesystem_in_a_file

A complete view of a filesystem provided by various archive formats. Currently this crate supports BTRFS Sendstreams, tarballs, and cpio archives.

The intended use case is to use this in-memory representation to enable full-filesystem comparisons during integration tests for image packaging tools.

License: MIT

Commit count: 98

cargo fmt