Registry / utility / highlight-error

highlight-error

JSON →
library0.1.1rscratesunverified

Highlights an error for printing, providing formatted error output.

# Cargo.toml [dependencies] highlight_error = "0.1.1"
INSTALL
IMPORT
SIG · HIGHLIGHT-ERROR
H
highlight-error
utilityrustv0.1.1
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.

highlight_error
use highlight_error::highlight_error;

Highlight and print an error message.

use highlight_error::highlight_error; fn main() { let error = "something went wrong"; println!("{}", highlight_error(error)); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
highlight-error — cargo add highlight-error · libregistry