// #![deny(missing_docs)]
//! Hadean's standard library of scalable distributed primitives.
//! Requires the Hadean Rust compiler.
//extern crate linked_hash_map;
extern crate hadean;
//extern crate num_traits;
//extern crate odds;
extern crate rand;
//pub mod graph;
//pub mod dataframe;
// pub mod vec;
//pub mod hashmap;
//pub mod list;
//mod pagerank;