richterm 0.5.0

rich terminal, follow's python's famous rich library
Documentation
1
2
3
4
5
use crate::richterm;

fn main(){
	richterm::get_current_time_seconds() 
}