1 2 3 4 5 6 7 8 9
mod sync; #[cfg(feature = "tokio")] mod tokio; pub use sync::{BoundedLine, SyncBoundedLineReader}; #[cfg(feature = "tokio")] pub use tokio::{AsyncBoundedLineReader, AsyncBoundedLineResult};