heddle-object-model 0.15.7

Heddle's content-addressed object model and stable codecs.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
//! Heddle's content-addressed object model and stable codecs.

pub mod compact;
pub mod error;
pub mod object;
pub mod op_record;
pub mod refs;

pub use error::{HeddleError, RecoveryDetails};