1 unstable release
Uses old Rust 2015
0.1.0 | Jun 10, 2015 |
---|
#20 in #dynamically-sized
28KB
695 lines
Dynalist - Linked Lists for Dynamically-Sized Types
Implements linked lists that can be used with dynamically-sized types. By taking advantage of the fact that each node is behind a pointer, you can store many different types in a linked list.