dynalist

Crates.iodynalist
lib.rsdynalist
version0.1.0
sourcesrc
created_at2015-06-10 09:33:24.138116
updated_at2015-12-11 23:58:31.338387
descriptionLinked Lists for dynamically-sized types
homepage
repositoryhttps://github.com/Aatch/dynalist
max_upload_size
id2351
size37,598
James Miller (Aatch)

documentation

README

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.

Commit count: 5

cargo fmt