/*
Appellation: algae <library>
Contrib: FL03 <jo3mccain@icloud.com>
Description:
Algae is a comprehensive collection of algorithms and data-structures
*/
pub use algae_graph as graph;
pub use algae_merkle as merkle;
pub use algae_mmr as mmr;