cute_print 0.6.1

An easy and beautiful way to print
Documentation
1
2
3
4
5
6
/// Gets the width of the current terminal.
/// # Returns
/// Returns a Option<u16>.
pub fn get_terminal_width() -> Option<u16> {
    return None;
}