Crates.io | algae |
lib.rs | algae |
version | 0.1.19 |
source | src |
created_at | 2022-06-26 15:25:44.979465 |
updated_at | 2023-04-12 04:36:54.096865 |
description | Algae is a collection of core algorithms and data-structures, written in Rust |
homepage | https://github.com/scattered-systems/algae/wiki |
repository | https://github.com/scattered-systems/algae |
max_upload_size | |
id | 613588 |
size | 9,227 |
Welcome to algae, a collection of optimized data-structures and algorithms intended for use within blockchain environments.
git clone https://github.com/FL03/algae
cargo build --release
cargo test --all-features --release
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.