Docs.rs
probe-rs-cli-util-0.18.0
probe-rs-cli-util 0.18.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Yatekii
Tiwalun
github:probe-rs:crate-owners
Dependencies
anyhow ^1.0
normal
optional
byte-unit ^4.0.19
normal
cargo_metadata ^0.15.3
normal
cargo_toml ^0.15.2
normal
clap ^4.1
normal
colored ^2.0.0
normal
defmt-decoder ^0.3.4
normal
dunce ^1.0.3
normal
env_logger ^0.10.0
normal
goblin ^0.6.1
normal
indicatif ^0.17.3
normal
is-terminal ^0.4.5
normal
log ^0.4.17
normal
num-traits ^0.2.15
normal
once_cell ^1.17.1
normal
probe-rs ^0.18.0
normal
sentry ^0.30.0
normal
optional
serde ^1
normal
simplelog ^0.12.1
normal
terminal_size ^0.2.5
normal
thiserror ^1.0
normal
time ^0.3
normal
Versions
28.39%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
probe_
rs_
cli_
util
0.18.0
Module logging
Module Items
Structs
Functions
In crate probe_
rs_
cli_
util
probe_rs_cli_util
Module
logging
Copy item path
Source
Structs
§
Metadata
Functions
§
ask_
to_
log_
crash
Displays the text to ask if the crash should be reported.
clear_
progress_
bar
Disables the currently displayed progress bar of the CLI.
eprintln
Writes an error to stderr. This function respects the progress bars of the CLI that might be displayed and displays the message above it if any are.
init
Initialize the logger.
println
Writes a message to stdout with a newline at the end. This function respects the progress bars of the CLI that might be displayed and displays the message above it if any are.
set_
progress_
bar
Sets the currently displayed progress bar of the CLI.