gittype 0.10.0

A typing practice tool using your own code repositories
Documentation
1
2
3
4
5
pub mod colors;
pub mod gradation_text;

pub use colors::Colors;
pub use gradation_text::{ansi256_to_rgb, GradationText, Rgb};