/dynalist

Linked Lists for dynamically-sized types

Primary LanguageRustApache License 2.0Apache-2.0

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.

Current implements an XOR List.