//! Currently aliases to std containers. Eventually copies of std containers using custom allocators
//!//! # Todo
//! * Custom container implementations using custom allocators
pubusestd::vec::{Vec};pubusestd::collections::{HashMap, HashSet};pubusestd::boxed::Box;