Docs.rs
lv-tui-code-highlight-0.4.0
lv-tui-code-highlight 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ltlvtao
Dependencies
lv-tui ^0.4
normal
syntect ^5
normal
unicode-width ^0.2
normal
Versions
37.5%
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
lv_tui_code_highlight/
lib.rs
1
pub mod
highlight;
2
pub mod
view;
3
4
pub use
highlight::CodeHighlight;
5
pub use
view::CodeView;