Docs.rs
cornelli-1.2.0
cornelli 1.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hitblast
Dependencies
aes ^0.8.4
normal
anstyle ^1.0.13
normal
anyhow ^1.0.100
normal
async-trait ^0.1.89
normal
chrono ^0.4.42
normal
clap ^4
normal
clap_complete ^4.5.64
normal
ctr ^0.9.2
normal
dialoguer ^0.12.0
normal
dirs ^6.0.0
normal
pbkdf2 ^0.12.2
normal
rand ^0.9.2
normal
serde ^1.0.228
normal
serde_json ^1.0.148
normal
sha2 ^0.10.9
normal
tokio ^1
normal
Versions
40%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
log_err
cornelli
1.2.0
cornelli
Macro
log_err
Copy item path
Source
macro_rules! log_err { ($($arg:tt)*) => { ... }; }
Expand description
Logs with
LogLevel::Error
.