1
2
3
4
5
//! # Rudac
//! Rudac is a **Ru**st **D**ata structure and **A**lgorithm **C**rate.
//! It aims to be a comprehensive crate of usefull data structure and algorithms. 

pub mod queue;