# algae
[](https://crates.io/crates/algae)
[](https://docs.rs/algae)
[](https://github.com/FL03/algae/actions/workflows/clippy.yml)
[](https://github.com/FL03/algae/actions/workflows/rust.yml)
***
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
- [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
- [MIT](https://choosealicense.com/licenses/mit/)