#lru #linked-list #doubly-linked-list #lru-hashmap

lru-st

A package providing a Vec based doubly linked list implementation and related data structures

3 releases

0.1.2 Apr 11, 2024
0.1.1 Apr 10, 2024
0.1.0 Apr 10, 2024

#902 in Data structures

Download history 122/week @ 2024-04-04 213/week @ 2024-04-11 3/week @ 2024-04-18

338 downloads per month

Custom license

23KB
533 lines

Crates.io Version GitHub Actions Workflow Status docs.rs

lru-st

This crate provides a Vec based doubly linked list implementation. It also aims at providing data structures requiring doubly linked list, such as LruHashMap.

License

GNU General Public License v3.0

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

Dependencies

~335–790KB
~19K SLoC