Docs.rs
lazytables-0.2.3
lazytables 0.2.3
Permalink
Docs.rs crate page
WTFPL
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
yuyudhan
Dependencies
aes-gcm ^0.10
normal
anyhow ^1.0
normal
arboard ^3.4
normal
argon2 ^0.5
normal
async-trait ^0.1
normal
base64 ^0.22
normal
chrono ^0.4
normal
clap ^4.5
normal
color-eyre ^0.6
normal
crossterm ^0.28
normal
dirs ^5.0
normal
keyring ^3.6
normal
optional
lazy_static ^1.5
normal
ratatui ^0.29
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
syntect ^5.2
normal
thiserror ^2.0
normal
tokio ^1.41
normal
toml ^0.8
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.11
normal
zeroize ^1.8
normal
pretty_assertions ^1.4
dev
tempfile ^3.14
dev
Versions
58.92%
of the crate is documented
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
Crate lazytables
lazytables
0.2.3
All Items
Crate Items
Re-exports
Modules
Macros
Crate
lazytables
Copy item path
Source
Re-exports
§
pub use app::
App
;
pub use cli::
Cli
;
pub use config::
Config
;
Modules
§
app
cli
commands
config
constants
core
database
event
io
Async I/O operations module
logging
prelude
security
state
terminal
themes
ui
Macros
§
log_
debug
Convenience macros for logging throughout the application
log_
error
log_
info
log_
span
Macro for creating spans for better tracing in dev mode
log_
warn