#collection #cursor #featuring #experimental

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

#1792 in Data structures

Download history 325/week @ 2024-03-13 328/week @ 2024-03-20 345/week @ 2024-03-27 293/week @ 2024-04-03 242/week @ 2024-04-10 298/week @ 2024-04-17 351/week @ 2024-04-24 277/week @ 2024-05-01 220/week @ 2024-05-08 213/week @ 2024-05-15 251/week @ 2024-05-22 266/week @ 2024-05-29 303/week @ 2024-06-05 276/week @ 2024-06-12 267/week @ 2024-06-19 304/week @ 2024-06-26

1,182 downloads per month
Used in 10 crates (6 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