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
1,473,620 downloads per month
Used in 372 crates
(7 directly)
98KB
2.5K
SLoC
dlv-list-rs
Semi-doubly linked list implemented using a vector.
Features
std
(default) enables usage oflibstd
, disabling this feature and enabling theconst-random
feature will make the crateno_std
compatible.const-random
enables theconst-random
dependency, making the crate suitable forno_std
(along with disabling default features)serde
for (de)serialization.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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