dyn_list 0.2.1

A linked list that can hold dynamically sized values in its nodes.
Documentation
1
2
3
4
5
6
7
8
9
10
mod any;
mod array;
#[allow(clippy::module_inception)]
mod cursor;
mod cursor_mut;
mod sized;
mod string;

pub use cursor::Cursor;
pub use cursor_mut::CursorMut;