Docs.rs
plane-core-0.3.0
plane-core 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
paulgb
Dependencies
anyhow ^1.0.61
normal
async-nats ^0.21.0
normal
bollard ^0.13.0
normal
bytes ^1.2.1
normal
chrono ^0.4.22
normal
clap ^3.2.20
normal
config ^0.13.2
normal
dashmap ^5.4.0
normal
serde ^1.0.143
normal
serde_json ^1.0.83
normal
serde_with ^2.0.0
normal
tokio ^1.20.1
normal
tokio-stream ^0.1.9
normal
tracing ^0.1.36
normal
tracing-stackdriver ^0.5.0
normal
tracing-subscriber ^0.3.15
normal
url ^2.2.2
normal
uuid ^1.1.2
normal
Versions
29.12%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plane_
core
0.3.0
Module logging
Module Items
Structs
Traits
In crate plane_
core
plane_core
Module
logging
Copy item path
Source
Structs
§
LogManager
Logger
Tracing
Handle
Traits
§
LogError
Helper trait for consuming and logging errors without further processing. Mostly useful for when a function returns a
Result<()>
and we want to know if it failed but still continue execution.