Crate prelude[][src]

Re-exports

pub extern crate itertools;
pub extern crate lazy_static;
pub extern crate noisy_float;
pub extern crate rand;
pub extern crate rayon;
pub extern crate ron;
pub extern crate regex;
pub extern crate serde;
pub use std::cmp::Ord;
pub use std::cmp::PartialOrd;
pub use std::fmt::Debug;
pub use std::fmt::Display;
pub use std::fmt::Write as fmtWrite;
pub use std::io::Read;
pub use std::io::Write as ioWrite;
pub use std::io::BufRead;
pub use std::io::Seek;
pub use std::hash::Hash;
pub use std::str::FromStr;
pub use std::borrow::Cow;
pub use std::collections::BTreeMap;
pub use std::collections::BTreeSet;
pub use std::collections::HashMap;
pub use std::collections::HashSet;
pub use std::rc::Rc;
pub use std::sync::Arc;
pub use std::sync::Mutex;
pub use std::cmp::max;
pub use std::cmp::min;
pub use std::u8;
pub use std::u16;
pub use std::u32;
pub use std::u64;
pub use std::u128;
pub use std::usize;
pub use std::i8;
pub use std::i16;
pub use std::i32;
pub use std::i64;
pub use std::i128;
pub use std::isize;
pub use std::f32;
pub use std::f64;
pub use std::str;
pub use rayon::prelude::*;
pub use itertools::Itertools;
pub use lazy_static::*;
pub use noisy_float::types::n32;
pub use noisy_float::types::n64;
pub use noisy_float::types::r32;
pub use noisy_float::types::r64;
pub use noisy_float::types::N32;
pub use noisy_float::types::N64;
pub use noisy_float::types::R32;
pub use noisy_float::types::R64;
pub use noisy_float::prelude::Float;
pub use rand::prelude::Distribution;
pub use rand::prelude::SmallRng;
pub use rand::prelude::StdRng;
pub use rand::prelude::ThreadRng;
pub use rand::prelude::Rng;
pub use rand::prelude::RngCore;
pub use rand::prelude::CryptoRng;
pub use rand::prelude::SeedableRng;
pub use rand::prelude::FromEntropy;
pub use rand::prelude::random;
pub use rand::prelude::thread_rng;
pub use regex::Regex;
pub use serde::Serialize;
pub use serde::Deserialize;
pub use serde_derive::*;
pub use derive_more::*;
pub use derive_deref::*;

Macros

lazy_static