Docs.rs
rustic-rs-0.10.0
rustic-rs 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
simonsan
aawsome
Dependencies
abscissa_core ^0.8.2
normal
aho-corasick ^1
normal
anyhow ^1
normal
base64 ^0.22.1
normal
optional
bytes ^1.10.1
normal
optional
bytesize ^2
normal
cached ^0.56.0
normal
chrono ^0.4
normal
clap ^4
normal
clap_complete ^4
normal
comfy-table ^7
normal
conflate ^0.3.3
normal
convert_case ^0.8.0
normal
crossterm ^0.28
normal
optional
ctrlc ^3.5.0
normal
dateparser ^0.2.1
normal
dav-server ^0.8.0
normal
optional
derive_more ^2
normal
dialoguer ^0.12.0
normal
directories ^6
normal
displaydoc ^0.2.5
normal
flate2 ^1.1.2
normal
fuse_mt ^0.6
normal
optional
futures ^0.3.31
normal
optional
gethostname ^1.0
normal
globset ^0.4.16
normal
human-panic ^2
normal
humantime ^2
normal
indicatif ^0.18
normal
itertools ^0.14
normal
jaq-core ^2
normal
optional
jaq-json ^1
normal
optional
jaq-std ^2
normal
optional
jemallocator-global ^0.3.2
normal
optional
log ^0.4
normal
mimalloc ^0.1.48
normal
optional
open ^5.3.2
normal
opentelemetry ^0.30.0
normal
optional
opentelemetry-otlp ^0.30.0
normal
optional
opentelemetry_sdk ^0.30.0
normal
optional
prometheus ^0.14.0
normal
optional
ratatui ^0.29.0
normal
optional
reqwest ^0.12.23
normal
rhai ^1
normal
optional
rustic_backend ^0.5.3
normal
rustic_core ^0.8.0
normal
scopeguard ^1
normal
self_update =0.39.0
normal
optional
semver ^1
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_with ^3
normal
simplelog ^0.12
normal
tar ^0.4.44
normal
thiserror ^2
normal
tokio ^1
normal
optional
toml ^0.9
normal
tui-textarea ^0.7.0
normal
optional
warp ^0.3.7
normal
optional
zip ^5.1.1
normal
abscissa_core ^0.8.2
dev
assert_cmd ^2.0.17
dev
cfg-if ^1.0.3
dev
dircmp ^0.2
dev
flate2 ^1.1.2
dev
insta ^1.43.2
dev
predicates ^3.1.3
dev
pretty_assertions ^1.4
dev
quickcheck ^1
dev
quickcheck_macros ^1
dev
rstest ^0.26
dev
rustic_testing ^0.3.3
dev
tar ^0.4.44
dev
tempfile ^3.22
dev
toml ^0.9
dev
libc ^0.2.175
normal
Versions
35.68%
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
Draw
rustic_
rs
0.10.0
Draw
Required Methods
draw
Implementors
In rustic_
rs::
commands::
tui::
widgets
rustic_rs
::
commands
::
tui
::
widgets
Trait
Draw
Copy item path
Source
pub trait Draw { // Required method fn
draw
(&mut self, area:
Rect
, f: &mut
Frame
<'_>); }
Required Methods
§
Source
fn
draw
(&mut self, area:
Rect
, f: &mut
Frame
<'_>)
Implementors
§
Source
§
impl
Draw
for
SelectTable
Source
§
impl
Draw
for
SizedGauge
Source
§
impl
Draw
for
SizedParagraph
Source
§
impl
Draw
for
SizedTable
Source
§
impl
Draw
for
TextInput
Source
§
impl<'a, P:
ProgressBars
, S:
IndexedFull
>
Draw
for
Diff
<'a, P, S>
Source
§
impl<'a, P:
ProgressBars
, S:
IndexedFull
>
Draw
for
Snapshots
<'a, P, S>
Source
§
impl<T:
Draw
+
SizedWidget
>
Draw
for
PopUp
<T>
Source
§
impl<T:
Draw
+
SizedWidget
>
Draw
for
WithBlock
<T>
Source
§
impl<T:
Draw
>
Draw
for
Prompt
<T>