//! Pure domain types for biodream.
//!
//! These types carry the semantics of physiological recordings — channels with
//! samples, markers with timestamps, metadata headers — with zero knowledge of
//! binary layout or I/O. All types are `no_std` compatible with `alloc`.
pub use ;
pub use Datafile;
pub use Journal;
pub use ;
pub use ;