Registry / utility / bunt
library0.2.9rscratesunverified

Simple macros to write colored and formatted text to a terminal, based on termcolor and cross-platform.

# Cargo.toml [dependencies] bunt = "0.2.9"
INSTALL
IMPORT
SIG · BUNT
B
bunt
utilityrustv0.2.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

println
✓ use bunt::println;

Prints 'world' in red using bunt macros.

use bunt::println; fn main() { println!("Hello, {$red:world}!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
bunt — cargo add bunt · libregistry