#linked-list #list #vector #linked

no-std dlv-list

Semi-doubly linked list implemented using a vector

15 releases

0.5.2 Oct 24, 2023
0.5.0 Jan 21, 2023
0.4.0 Aug 25, 2022
0.3.0 Aug 3, 2021
0.2.0 Nov 10, 2018

#75 in Data structures

Download history 158055/week @ 2023-12-15 104210/week @ 2023-12-22 137482/week @ 2023-12-29 189298/week @ 2024-01-05 213863/week @ 2024-01-12 226399/week @ 2024-01-19 216791/week @ 2024-01-26 217553/week @ 2024-02-02 207843/week @ 2024-02-09 211160/week @ 2024-02-16 235370/week @ 2024-02-23 236073/week @ 2024-03-01 249504/week @ 2024-03-08 245562/week @ 2024-03-15 258392/week @ 2024-03-22 198807/week @ 2024-03-29

995,796 downloads per month
Used in 273 crates (6 directly)

MIT/Apache

97KB
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 will make the crate no_std compatible.
  • 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

~135–490KB