Documentation
1
2
3
4
5
pub mod linked;
pub mod result;

pub use linked::LinkedList;
pub use result::{Error, Ok};