rust-ds

Crates.iorust-ds
lib.rsrust-ds
version
sourcesrc
created_at2025-01-30 05:47:10.122349
updated_at2025-02-14 05:58:21.09343
descriptionCustom data structures crate for Rust
homepage
repositoryhttps://github.com/raa-dev/rust-ds
max_upload_size
id1536110
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
raa (raa-dev)

documentation

README

Data Structures Crate

github crates.io docs.rs

This is a library of data structures implemented in Rust. The goal of this project is to provide a collection of data structures that are not available in the Rust standard library. The library is designed to be easy to use and efficient.

This crate still in early stage of development, but the intended objective is to provide the following data structures:

Usage

Add this dependency to your Cargo.toml

[dependencies]
rust-ds = "0.2.1"

License

Licensed under

Commit count: 9

cargo fmt