#data-structures

linked-list

An alternative implementation of std::collections::LinkedList

3 releases

Uses old Rust 2015

0.0.3 Jun 4, 2015
0.0.2 Mar 26, 2015
0.0.1 Mar 18, 2015

#1733 in Data structures

Download history 154/week @ 2023-02-07 204/week @ 2023-02-14 269/week @ 2023-02-21 123/week @ 2023-02-28 216/week @ 2023-03-07 346/week @ 2023-03-14 135/week @ 2023-03-21 192/week @ 2023-03-28 96/week @ 2023-04-04 136/week @ 2023-04-11 75/week @ 2023-04-18 154/week @ 2023-04-25 141/week @ 2023-05-02 122/week @ 2023-05-09 98/week @ 2023-05-16 107/week @ 2023-05-23

512 downloads per month
Used in 9 crates (5 directly)

MIT/Apache

43KB
1K SLoC

An alternative implementation of std::collections::LinkedList featuring a prototype Cursor.

Documentation is available at https://contain-rs.github.io/linked-list/linked_list.


lib.rs:

An alternative implementation of std::collections::LinkedList, featuring experimental Cursor-based APIs.

No runtime deps