#algorithms #data-structures

algae

Algae is a collection of core algorithms and data-structures, written in Rust

15 releases

0.1.18 Mar 17, 2023
0.1.17 Jan 20, 2023
0.1.15 Nov 23, 2022
0.1.13 Oct 31, 2022
0.1.3 Jun 26, 2022

#368 in Algorithms

Download history 49/week @ 2022-12-03 30/week @ 2022-12-10 37/week @ 2022-12-17 17/week @ 2022-12-24 11/week @ 2022-12-31 55/week @ 2023-01-07 15/week @ 2023-01-14 68/week @ 2023-01-21 33/week @ 2023-01-28 47/week @ 2023-02-04 35/week @ 2023-02-11 50/week @ 2023-02-18 7/week @ 2023-02-25 19/week @ 2023-03-04 38/week @ 2023-03-11 43/week @ 2023-03-18

110 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

21KB
409 lines

algae

crates.io docs.rs Clippy Rust


Welcome to algae, a collection of optimized data-structures and algorithms intended for use within blockchain environments.

Developers

Getting Started

git clone https://github.com/FL03/algae

Testing

cargo build --release
cargo test --all-features --release

Contributors

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.

License

Dependencies

~11MB
~286K SLoC