Crate certsd

Source

Re-exports§

pub use crate::acme::*;
pub use crate::cf::*;
pub use crate::config::*;
pub use crate::consts::*;
pub use crate::notify::*;

Modules§

acme
cf
config
consts
event
Events represent single points in time during the execution of a program.
instrument
Attach a span to a std::future::Future.
notify
span
Spans represent periods of time in which a program was executing in a particular context.

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
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§

Level
Describes the level of verbosity of a span or event.

Functions§

initialize_logger

Type Aliases§

Result
Result<T, Error>

Attribute Macros§

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