Docs.rs
steer-tui-0.1.21
steer-tui 0.1.21
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
BrendanGraham14
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
clap ^4.4
normal
directories ^6.0.0
normal
fuzzy-matcher ^0.3.7
normal
indexmap ^2.0
normal
itertools ^0.12
normal
lazy_static ^1.4
normal
notify-rust ^4.11.7
normal
once_cell ^1.17
normal
open ^5.0
normal
process-wrap ^8.2.1
normal
pulldown-cmark ^0.9
normal
ratatui ^0.29
normal
regex ^1.11.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
similar ^2.2
normal
steer-core ^0.1.21
normal
steer-grpc ^0.1.21
normal
steer-tools ^0.1.21
normal
strum ^0.27.1
normal
strum_macros ^0.27.1
normal
syntect ^5.2.0
normal
textwrap ^0.16
normal
thiserror ^2.0
normal
time ^0.3.41
normal
tokio ^1
normal
toml ^0.8.23
normal
tracing ^0.1
normal
tui-big-text ^0.7.1
normal
tui-textarea ^0.7
normal
tui-widgets ^0.4.1
normal
ulid ^1.2.1
normal
unicode-width ^0.2.0
normal
uuid ^1
normal
http ^1.0
dev
steer-proto ^0.1.21
dev
tempfile ^3.8
dev
tokio-stream ^0.1
dev
tonic ^0.12
dev
tracing-subscriber ^0.3
dev
Versions
45.67%
of the crate is documented
Go to latest version
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
steer_
tui
0.1.21
In steer_
tui::
tui::
widgets::
diff
steer_tui
::
tui
::
widgets
::
diff
Function
diff_summary
Copy item path
Source
pub fn diff_summary(old: &
str
, new: &
str
, max_len:
usize
) -> (
String
,
String
)