hexga 0.0.10-beta.13

include all other console hexga crate in one !
Documentation
pub mod prelude;

pub use modules::*;

/// Modules/Items without the prelude
#[doc(hidden)]
pub mod modules
{
    pub use hexga_core as core;

    pub use hexga_generational as generational;
    pub use hexga_bitflags as bitflags;
    pub use hexga_math as math;
    pub use hexga_ansi_color as ansi_color;
    pub use hexga_tools as tools;
    pub use hexga_map_on as map_on;
    #[cfg(feature = "hexga_io")]
    pub use hexga_io as io;
    //pub use hexga_undo_redo as undo;
}