//! Module `structs`
//!
//! A module inside `ryley` which contains wrappers for data structures
//! What can be found here?
//! - `UDSI` - Unified Data Structure Interface
//! - `Linear`
//! - `Array`
//! - `Vector`
//! - `Unique`
//! - `OrdSet`
//! - `HashSet`
//! - `Indexed`
//! - `OrdDict`
//! - `HashDict`