zub-store 0.0.3

Git-like content-addressed filesystem store with metadata preservation
Documentation
1
2
3
4
5
6
7
mod mapping;
mod proc;

pub use mapping::{
    inside_to_outside, mappings_equal, outside_to_inside, remap, MapEntry, NsConfig,
};
pub use proc::{current_gid_map, current_uid_map, parse_id_map};