//! Core data types and traits for the doublets link model.
//!
//! This module contains the fundamental building blocks: the [`Link`] triple,
//! the [`Doublet`] pair, the [`Doublets`] / [`DoubletsExt`] traits that define
//! the full store API, and the [`Error`] and [`Fuse`] utility types.
pub use Doublet;
pub use Error;
pub use Fuse;
pub use Link;
pub use ;
pub use *;