Crates.io | fancyer |
lib.rs | fancyer |
version | 0.2.1 |
source | src |
created_at | 2021-12-27 22:22:42.792163 |
updated_at | 2021-12-27 22:22:42.792163 |
description | Easily print colored text at runtime. |
homepage | |
repository | https://github.com/Foxcirc/fancy |
max_upload_size | |
id | 503898 |
size | 9,241 |
This crate provides a runtime version of
the colorize!
macro from the fancy
crate.
It can be used to dynamically create colored strings at runtime.
let msg = colorize("[blue|b]Hello [:u|red]world[:b]!".into());
println!("{}", msg);