Skip to main content

heddle_pack/store/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2//! Pack storage primitives.
3
4pub mod pack;
5
6pub use heddle_object_model::error::{HeddleError as StoreError, HeddleError, Result};