Expand description
“Traversing Mole” utility: Krecik Crate docs
Re-exports§
pub use crate::actors::notificator::*;pub use crate::api::*;pub use crate::checks::check::*;pub use crate::checks::page::*;pub use crate::checks::pongo::*;pub use crate::config::*;pub use crate::configuration::*;pub use crate::products::expected::*;pub use crate::products::history::*;pub use crate::products::story::*;pub use crate::products::unexpected::*;pub use crate::utilities::*;
Modules§
- actors
- Actors: Actors module
- api
- Checks API functions:
- checks
- Checks:
- config
- Dynamic config:
- configuration
- Configuration defaults:
- event
- Events represent single points in time during the execution of a program.
- instrument
- Attach a span to a
std::future::Future. - products
- Check products:
- span
- Spans represent periods of time in which a program was executing in a particular context.
- utilities
- Utilities and helpers:
Macros§
- debug
- Constructs an event at the debug level.
- error
- Constructs an event at the error level.
- event
- Constructs a new
Event. - info
- Constructs an event at the info level.
- span
- Constructs a new span.
- trace
- Constructs an event at the trace level.
- warn
- Constructs an event at the warn level.
Structs§
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.
- Serialize
- A data structure that can be serialized into any data format supported by Serde.
Attribute Macros§
- instrument
- Instruments a function to create and enter a
tracingspan every time the function is called.