DynList
A linked list that can have dynamically sized types in their nodes.
use Debug;
use DynList;
let mut list = new;
list.push_back_unsize;
list.push_back_unsize;
list.push_back_unsize;
println!;
This crate currently only works on the nightly channel.
TODO
This library is still in development and breaking changes may occur.
- Comment
unsafeblocks. - Add tests.
License
DynList is dual-licensed under either the Apache License Version 2.0 or MIT license at your option.