Registry / utility / deno-terminal

deno-terminal

JSON →
library0.2.3rscratesunverified

Terminal styling and other functionality used across Deno.

# Cargo.toml [dependencies] deno_terminal = "0.2.3"
INSTALL
IMPORT
SIG · DENO-TERMINAL
D
deno-terminal
utilityrustv0.2.3
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.

bold
use deno_terminal::colors::bold;

Print bold text using Deno terminal styling.

use deno_terminal::colors::bold; fn main() { println!("{} World!", bold("Hello")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
deno-terminal — cargo add deno-terminal · libregistry