hexga 0.0.9

include all other console hexga crate in one !
Documentation
1
2
3
4
5
6
7
8
9
pub mod prelude;

pub use default_is_triple_underscore::*;

pub use hexga_generational as generational;
pub use hexga_math as math;
pub use hexga_math::hexga_array as array;
pub use hexga_math::hexga_number as number;
pub use hexga_math::hexga_typedef as typdef;