//! The module contains [`Records`], [`ExactRecords`], [`RecordsMut`], [`Resizable`] traits
//! and its implementations.
//!
//! Also it provides a list of helpers for a user built [`Records`] via [`into_records`].
pub use EmptyRecords;
pub use ;
pub use RecordsMut;
pub use Resizable;
pub use vec_records;