#algorithms #data-structures

algae-merkle

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

7 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

#882 in Algorithms

Download history 53/week @ 2022-12-06 17/week @ 2022-12-13 37/week @ 2022-12-20 24/week @ 2022-12-27 27/week @ 2023-01-03 35/week @ 2023-01-10 67/week @ 2023-01-17 35/week @ 2023-01-24 38/week @ 2023-01-31 20/week @ 2023-02-07 46/week @ 2023-02-14 22/week @ 2023-02-21 12/week @ 2023-02-28 13/week @ 2023-03-07 58/week @ 2023-03-14 6/week @ 2023-03-21

89 downloads per month
Used in 5 crates (via algae)

Apache-2.0

17KB
389 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
~289K SLoC