vmagro / filesystem_in_a_file

Virtual Filesystem implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Virtual Filesystem implementation in Rust

License:MIT License


Languages

Language:Rust 100.0%