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

pub mod containers;