View on GitHub

DsAlgo Rust

Data Structures and Algorithms for Rust.

DsAlgo Rust

Data Structures and Algorithms written in Rust.

Crates.io Github pages MIT licensed CI pre-commit

Installation

cargo add dsalgo

Example

comming soon.

Development

docker compose up -d

(enter the container)

./setup.sh
./ci.sh

please run ci.sh before commit