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};