Docs.rs
void-audit-tui-0.0.4
void-audit-tui 0.0.4
Permalink
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
Nothing527690
Dependencies
camino ^1.1
normal
chrono ^0.4
normal
ciborium ^0.2
normal
cid ^0.11
normal
crossterm ^0.28
normal
hex ^0.4
normal
ratatui ^0.29
normal
rayon ^1.10
normal
rustc-hash ^2
normal
serde ^1.0
normal
smart-default ^0.7
normal
thiserror ^1.0
normal
toml ^0.8
normal
void-core ^0.0.4
normal
Versions
35.92%
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
void_audit_tui/widget/
mod.rs
1
//! TUI widgets for the audit interface.
2
3
pub mod
audit_detail;
4
pub mod
object_list;