linked_lists

Crates.iolinked_lists
lib.rslinked_lists
version0.1.7
sourcesrc
created_at2023-06-13 17:15:36.384094
updated_at2023-07-03 15:36:05.801372
descriptionDifferent types of linked lists.
homepage
repositoryhttps://github.com/cod10129/linked_lists
max_upload_size
id889257
size26,037
(cod10129)

documentation

README

linked_lists

A crate containing many different types of linked lists.

no_std:

linked_lists is no_std. However, it still requires alloc.

Currently existing lists:

  • stack (1.4.0): A singly linked list with stack operations.
  • persistent (1.2.0): A persistent immutable non-thread safe list.
  • persistent_arc (1.2.0): A persistent immutable thread safe list.
Commit count: 74

cargo fmt