Re-exports§
pub use crate::acme::*;
pub use crate::cf::*;
pub use crate::config::*;
pub use crate::consts::*;
pub use crate::notify::*;
Modules§
- Events represent single points in time during the execution of a program.
- Attach a span to a
std::future::Future
. - Spans represent periods of time in which a program was executing in a particular context.
Macros§
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - 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§
- Describes the level of verbosity of a span or event.
Functions§
Type Aliases§
Result<T, Error>
Attribute Macros§
- Instruments a function to create and enter a
tracing
span every time the function is called.