Crates.io | dynalist |
lib.rs | dynalist |
version | 0.1.0 |
source | src |
created_at | 2015-06-10 09:33:24.138116 |
updated_at | 2015-12-11 23:58:31.338387 |
description | Linked Lists for dynamically-sized types |
homepage | |
repository | https://github.com/Aatch/dynalist |
max_upload_size | |
id | 2351 |
size | 37,598 |
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.