Docs.rs
radicle-cli-0.17.0
radicle-cli 0.17.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
cloudhead
FintanH
lorenzleutgeb
Dependencies
anyhow ^1
normal
chrono ^0.4.26
normal
clap ^4.5.44
normal
dunce ^1.0.5
normal
git-ref-format ^0.3.0
normal
human-panic ^2
normal
itertools ^0.14
normal
lexopt ^0.3.0
normal
localtime ^1.2.0
normal
log ^0.4.17
normal
nonempty ^0.9.0
normal
radicle ^0.20
normal
radicle-cob ^0.17
normal
radicle-crypto ^0.14
normal
radicle-git-ext ^0.8
normal
radicle-surf ^0.22.0
normal
radicle-term ^0.16
normal
schemars ^1.0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
shlex ^1.1.0
normal
tempfile ^3.3.0
normal
thiserror ^1.0
normal
timeago ^0.4.2
normal
tree-sitter ^0.24.4
normal
tree-sitter-bash ^0.23.3
normal
tree-sitter-c ^0.23.2
normal
tree-sitter-css ^0.23.1
normal
tree-sitter-go ^0.23.4
normal
tree-sitter-highlight ^0.24.4
normal
tree-sitter-html ^0.23.2
normal
tree-sitter-json ^0.24.8
normal
tree-sitter-md ^0.3.2
normal
tree-sitter-python ^0.23.4
normal
tree-sitter-ruby ^0.23.1
normal
tree-sitter-rust ^0.23.2
normal
tree-sitter-toml-ng ^0.6.0
normal
tree-sitter-typescript ^0.23.2
normal
zeroize ^1.5.7
normal
pretty_assertions ^1.3.0
dev
radicle ^0.20
dev
radicle-node ^0.16
dev
Versions
21.79%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Module spinner
radicle_
cli
0.17.0
Module spinner
Module Items
Structs
Constants
Functions
In radicle_
cli::
terminal
radicle_cli
::
terminal
Module
spinner
Copy item path
Source
Structs
§
Spinner
A progress spinner.
Constants
§
DEFAULT_
STYLE
The spinner animation strings.
DEFAULT_
TICK
How much time to wait between spinner animation updates.
Functions
§
spinner
Create a new spinner with the given message. Sends animation output to
stderr
and success or failure messages to
stdout
. This function handles signals, with there being only one element handling signals at a time, and is a wrapper to
spinner_to()
.
spinner_
to
Create a new spinner with the given message, and send output to the given writers.