neco-car 0.1.0

CAR v1 parser and writer for content-addressable archives
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod parse;
mod types;
mod write;

pub use error::CarError;
pub use parse::parse_v1;
pub use types::{CarEntry, CarV1};
pub use write::write_v1;