lists-2.1.0 has been yanked.
lists
Library containing implementations of various sequential data-structures.
Testing
# If things go well during the tests you should see `ok` as the test result.
Examples
use dl_list;
/// Creates a new `DoublyLinkedList`, and then adds all elements together into a sum.
use sl_list;
/// Creates a new `SinglyLinkedList`, and then adds all elements together into a sum.
License
MIT