dlv-list

Crates.iodlv-list
lib.rsdlv-list
version
sourcesrc
created_at2018-10-08 01:05:11.53906
updated_at2024-11-17 07:31:26.465286
descriptionSemi-doubly linked list implemented using a vector
homepage
repositoryhttps://github.com/sgodwincs/dlv-list-rs
max_upload_size
id88631
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Scott Godwin (sgodwincs)

documentation

README

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.

Commit count: 124

cargo fmt