Registry / logging / console-static-text

console-static-text

JSON →
library0.9.0rscratesunverified

Logging for text that should stay in the same place in a console.

# Cargo.toml [dependencies] console_static_text = "0.9.0"
INSTALL
IMPORT
SIG · CONSOLE-STATIC-TEX
C
console-static-text
loggingrustv0.9.0
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.

StaticText
✓ use console_static_text::StaticText;

Display static text that updates in place.

use console_static_text::StaticText; fn main() { let mut text = StaticText::new("Progress: 0%"); text.update("Progress: 50%"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
Resources
console-static-text — cargo add console-static-text · libregistry