Crates.io | rust-ds |
lib.rs | rust-ds |
version | |
source | src |
created_at | 2025-01-30 05:47:10.122349 |
updated_at | 2025-02-14 05:58:21.09343 |
description | Custom data structures crate for Rust |
homepage | |
repository | https://github.com/raa-dev/rust-ds |
max_upload_size | |
id | 1536110 |
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` |
size | 0 |
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:
Add this dependency to your Cargo.toml
[dependencies]
rust-ds = "0.2.1"
Licensed under