Docs.rs
jev-repl-0.3.0
jev-repl 0.3.0
Docs.rs crate page
MIT
19 September 2026
Links
Repository
crates.io
Source
Owners
aoprisan
Dependencies
ratatui ^0.30.2
normal
serde ^1.0.229
normal
serde_json ^1.0.151
normal
tokio ^1.53.1
normal
typesafe-ai-sdk ^0.2.0
normal
tokio ^1.53.1
dev
wiremock ^0.6.5
dev
Versions
51.56%
of the crate is documented
Go to latest version
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
Skip to main content
Module wrap
jev_
repl
0.3.0
Module wrap
Module Items
Functions
In crate jev_
repl
jev_repl
Module
wrap
Copy item path
Source
Expand description
Word wrapping that keeps span styles, so the transcript can be scrolled by exact line count.
Functions
§
wrap
Wrap one styled line to
width
columns. Continuation lines keep the original indentation.
wrap_
all
Wrap every line and return them in order — what the transcript pane actually draws.