cute_print 0.5.0

An easy and beautiful way to print
Documentation
1
2
3
4
5
6
7
8
pub mod colors;
pub mod cute;
pub mod examples;
pub mod terminal;
pub use terminal::get_terminal_width;
pub use colors::*;
pub use cute::*;
pub use examples::*;