//! Compatibility layer for former `format` module.
/// Deprecated compatibility layer.
///
/// ```
/// # // If this test fails, update the deprecation notice too
/// use libtechmino_replay::config::ReplayBufferKind;
/// ```
pub use crateReplayBufferKind;
/// Deprecated compatibility layer.
///
/// ```
/// # // If this test fails, update the deprecation notice too
/// use libtechmino_replay::replay::SerializedReplay;
/// ```
pub use crateSerializedReplay;