Skip to main content

heddle_object_model/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2//! Heddle's content-addressed object model and stable codecs.
3
4pub mod error;
5pub mod object;
6
7pub use error::{HeddleError, RecoveryDetails};