Registry / cli / starbase-styles

starbase-styles

JSON →
library0.6.7rscratesunverified

Utilities for styling the terminal output.

# Cargo.toml [dependencies] starbase_styles = "0.6.7"
INSTALL
IMPORT
SIG · STARBASE-STYLES
S
starbase-styles
clirustv0.6.7
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.

Color
use starbase_styles::color::Color;

Prints a green-colored string to the terminal.

use starbase_styles::color::Color; fn main() { let styled = Color::Green.paint("Hello, world!"); println!("{}", styled); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
26
Resources
starbase-styles — cargo add starbase-styles · libregistry