Crate mini_linked_list
source ·Expand description
Linked List
Implements a simple linked list using Heap memory. Currently, there’s an implementation only for the i32 primitive type.
Implements a simple linked list using Heap memory. Currently, there’s an implementation only for the i32 primitive type.