Skip to content

cod10129/linked_lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust linked_lists library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages