//! Backwards-compatible re-exports.
//!
//! The types previously defined here have moved to focused modules:
//!
//! - [`LaserPoint`] → [`crate::point`]
//! - [`DacType`], [`DacCapabilities`], [`DacInfo`], [`EnabledDacTypes`], … →
//! [`crate::device`]
//! - [`StreamConfig`], [`IdlePolicy`], [`ReconnectConfig`] → [`crate::config`]
//! - [`StreamInstant`], [`ChunkRequest`], [`ChunkResult`], [`StreamStatus`],
//! [`StreamStats`], [`RunExit`] → [`crate::stream`]
//!
//! This module re-exports them so existing `laser_dac::types::Foo` paths keep
//! working. Prefer the new module paths in new code.
pub use crateUnderrunPolicy;
pub use crate;
pub use crate;
pub use crateLaserPoint;
pub use crate;