cute_print 0.6.1

An easy and beautiful way to print
Documentation
1
2
3
4
5
pub mod cute_p;
pub mod cute_text;
pub use cute_p::CutePrint;
pub use cute_text::CuteText;
mod test;