#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

#1422 in Data structures

Download history 584/week @ 2023-11-27 336/week @ 2023-12-04 212/week @ 2023-12-11 251/week @ 2023-12-18 113/week @ 2023-12-25 186/week @ 2024-01-01 277/week @ 2024-01-08 383/week @ 2024-01-15 251/week @ 2024-01-22 170/week @ 2024-01-29 388/week @ 2024-02-05 357/week @ 2024-02-12 262/week @ 2024-02-19 260/week @ 2024-02-26 251/week @ 2024-03-04 128/week @ 2024-03-11

930 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