Crate certsd
Source pub use crate::acme::*;
pub use crate::cf::*;
pub use crate::config::*;
pub use crate::consts::*;
pub use crate::notify::*;
- 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.
- 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.
- Level
- Describes the level of verbosity of a span or event.
- initialize_logger
- Result
Result<T, Error>
- instrument
- Instruments a function to create and enter a
tracing
span every time
the function is called.