Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.21 KB

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.