Change: color.rs to style.rs

This commit is contained in:
GreasySlug 2022-10-29 14:17:17 +09:00
parent 5eb1863e92
commit e29eb0b6ed
8 changed files with 128 additions and 19 deletions

View file

@ -3,7 +3,6 @@ use std::fmt;
pub mod astr;
pub mod cache;
pub mod color;
pub mod config;
pub mod datetime;
pub mod dict;
@ -24,6 +23,7 @@ pub mod set;
pub mod shared;
pub mod stdin;
pub mod str;
pub mod style;
pub mod traits;
pub mod tsort;
pub mod tty;