1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// TODO: COPYRIGHT, USE & AUTHORS
// TODO: RUST DOCS!

//! A very rust-y version of GALib

// External Includes
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate log;

extern crate rand;

// Published Modules
pub mod ga;