blob: bd009ea7ca59adc8c357c246ea60b46d18ce494a [file] [log] [blame]
//! The Rust doubly-linked list with owned nodes
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::collections::LinkedList;