Docs.rs
lean-ctx-3.1.2
lean-ctx 3.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
yvgude
Dependencies
anyhow ^1
normal
axum ^0.8
normal
optional
chrono ^0.4
normal
crossterm ^0.28
normal
deadpool-postgres ^0.14
normal
optional
dirs ^5
normal
flate2 ^1
normal
futures ^0.3
normal
glob ^0.3.3
normal
hex ^0.4
normal
optional
ignore ^0.4
normal
jsonwebtoken ^10.3
normal
optional
lettre ^0.11
normal
optional
md-5 ^0.10
normal
rand ^0.9.3
normal
optional
ratatui ^0.30
normal
regex ^1
normal
rmcp ^1
normal
rpassword ^7.4.0
normal
rten ^0.24
normal
optional
rten-tensor ^0.24
normal
optional
rusqlite ^0.39.0
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
optional
similar ^2
normal
tar ^0.4.45
normal
thiserror ^2
normal
tiktoken-rs ^0.6
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
optional
tokio-util ^0.7
normal
toml ^0.8
normal
tower-http ^0.6
normal
optional
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tree-sitter ^0.26
normal
optional
tree-sitter-bash ^0.25
normal
optional
tree-sitter-c ^0.24
normal
optional
tree-sitter-c-sharp ^0.23
normal
optional
tree-sitter-cpp ^0.23
normal
optional
tree-sitter-dart ^0.1
normal
optional
tree-sitter-elixir ^0.3
normal
optional
tree-sitter-go ^0.25
normal
optional
tree-sitter-java ^0.23
normal
optional
tree-sitter-javascript ^0.25
normal
optional
tree-sitter-kotlin-ng ^1.1
normal
optional
tree-sitter-php ^0.24
normal
optional
tree-sitter-python ^0.25
normal
optional
tree-sitter-ruby ^0.23
normal
optional
tree-sitter-rust ^0.24
normal
optional
tree-sitter-scala ^0.25
normal
optional
tree-sitter-swift ^0.7
normal
optional
tree-sitter-typescript ^0.23
normal
optional
tree-sitter-zig ^1.1
normal
optional
ureq ^3.3.0
normal
uuid ^1
normal
optional
walkdir ^2
normal
zip ^8.4.0
normal
tempfile ^3.27.0
dev
Versions
6%
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
Skip to main content
Files
lean_ctx/tui/
mod.rs
1
mod
app;
2
mod
event_reader;
3
4
pub use
app::run;