newport_core 0.0.1

Core engine library used by most packages for newport
Documentation
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;