Docs.rs
cnf-lib-0.6.0
cnf-lib 0.6.0
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
har7an
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
confy ^0.5
normal
displaydoc ^0.2
normal
enum_dispatch ^0.3.11
normal
futures ^0.3.28
normal
is_executable ^1.0
normal
logerr ^0.2
normal
regex ^1.9.1
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0.96
normal
thiserror ^1.0
normal
tokio ^1.32
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
users ^0.11
normal
which ^4.4
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
Skip to main content
is_err
cnf_lib
0.6.0
cnf_lib
Macro
is_err
Copy item path
Source
macro_rules! is_err { ($query:ident) => { ... }; }
Expand description
Assert that a query turned up an error.