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:
Checks API functions:
Checks:
Dynamic config:
Configuration defaults:
Events represent single points in time during the execution of a program.
Attach a span to a std::future::Future.
Check products:
Spans represent periods of time in which a program was executing in a particular context.
Utilities and helpers:

Macros

Constructs an event at the debug level.
Constructs an event at the error level.
Constructs a new Event.
Constructs an event at the info level.
Constructs a new span.
Constructs an event at the trace level.
Constructs an event at the warn level.

Structs

Collects async content from Curl:
Describes the level of verbosity of a span or event.

Traits

A data structure that can be deserialized from any data format supported by Serde.
A data structure that can be serialized into any data format supported by Serde.

Attribute Macros

Instruments a function to create and enter a tracing span every time the function is called.

Derive Macros