hadean-std 0.2.0

Hadean stdlib. Requires Hadean Rust.
#![feature(box_syntax)]
#![feature(unboxed_closures)]

#![allow(dead_code,unused_imports,unused_variables)]
// #![deny(missing_docs)]

//! Hadean's standard library of scalable distributed primitives.
//! Requires the Hadean Rust compiler.

#![doc(html_logo_url = "https://rust.hadean.org/logo.png", html_favicon_url = "https://rust.hadean.org/favicon.ico", html_root_url = "https://rust.hadean.org/", html_playground_url = "https://rust.hadean.org/play/", issue_tracker_base_url = "https://github.com/hadeaninc/stdlib-rust/issues/")]

//extern crate linked_hash_map;
#[macro_use]
extern crate hadean;
//extern crate num_traits;
//extern crate odds;
#[cfg(test)] extern crate rand;

pub mod pinnedvec;
//pub mod graph;
//pub mod dataframe;
// pub mod vec;
//pub mod hashmap;
//pub mod list;
//mod pagerank;