1#![feature(trait_alias)] 2//! This crate is the core library all of nevada is built on top of 3//! 4//! # Goals 5//! 6//! * Custom allocators 7//! * Containers using allocators 8 9pub mod containers;