algae-merkle

Crates.ioalgae-merkle
lib.rsalgae-merkle
version0.1.19
sourcesrc
created_at2022-10-30 18:04:03.8324
updated_at2023-04-12 04:35:21.632911
descriptionAlgae is a collection of core algorithms and data-structures, written in Rust
homepagehttps://github.com/scattered-systems/algae/wiki
repositoryhttps://github.com/scattered-systems/algae
max_upload_size
id701572
size19,444
Joe McCain III (FL03)

documentation

README

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

Commit count: 142

cargo fmt