heddle-pack 0.11.0

Heddle's pack and delta storage format.
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: Apache-2.0
//! Pack storage primitives.

pub mod pack;

pub use heddle_object_model::error::{HeddleError as StoreError, HeddleError, Result};