cute_print 0.2.0

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