1mod core; 2pub mod list; 3 4pub use core::{DSError, Result}; 5pub use list::{List, SinglyLinkedList, SortedList};