#linked-list #list #vector #linked

no-std dlv-list

Semi-doubly linked list implemented using a vector

16 releases

new 0.6.0 Nov 17, 2024
0.5.2 Oct 24, 2023
0.5.1 Aug 31, 2023
0.5.0 Jan 21, 2023
0.2.0 Nov 10, 2018

#65 in Data structures

Download history 293804/week @ 2024-07-31 309174/week @ 2024-08-07 277677/week @ 2024-08-14 321290/week @ 2024-08-21 282759/week @ 2024-08-28 307211/week @ 2024-09-04 291901/week @ 2024-09-11 294601/week @ 2024-09-18 328391/week @ 2024-09-25 314047/week @ 2024-10-02 320218/week @ 2024-10-09 351510/week @ 2024-10-16 341406/week @ 2024-10-23 349744/week @ 2024-10-30 331327/week @ 2024-11-06 381338/week @ 2024-11-13

1,473,620 downloads per month
Used in 372 crates (7 directly)

MIT/Apache

98KB
2.5K SLoC

dlv-list-rs

Crates.io Docs.rs CI

Semi-doubly linked list implemented using a vector.

Features

  • std (default) enables usage of libstd, disabling this feature and enabling the const-random feature will make the crate no_std compatible.
  • const-random enables the const-random dependency, making the crate suitable for no_std (along with disabling default features)
  • serde for (de)serialization.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Dependencies

~0–295KB