linked_lists 0.1.1

Different types of linked lists.
Documentation

linked_lists

A crate containing many different types of linked lists.

Currently existing lists:

  • stack (1.1.0): A singly linked list with stack operations.