heroforge-core 0.2.2

Pure Rust core library for reading and writing Fossil SCM repositories
Documentation
1
2
3
4
5
6
7
pub mod blob;
pub mod delta;
pub mod manifest;

pub use blob::{decompress, get_artifact_by_hash, get_artifact_content};
pub use delta::apply_delta;
pub use manifest::{get_full_file_list, parse_manifest, FileEntry, Manifest};