Crates.io | picocolors |
lib.rs | picocolors |
version | 0.1.0 |
source | src |
created_at | 2024-01-12 11:26:57.41476 |
updated_at | 2024-01-12 11:26:57.41476 |
description | rust version of picocolors |
homepage | |
repository | https://github.com/SoonIter/picocolors_rs |
max_upload_size | |
id | 1097547 |
size | 25,385 |
use picocolors_rs::{bg_black, bold};
fn main() {
println!("hello {}", bold(bg_black("world")));
}