Module entrypoint::prelude
source · Re-exports
pub use crate::DotEnvParser;pub use crate::Entrypoint;pub use crate::Logger;pub use crate::anyhow;pub use crate::clap;pub use crate::tracing;pub use crate::tracing_subscriber;pub use crate::macros::*;
Macros
- Constructs an event at the debug level.
- Constructs an event at the error level.
- Constructs an event at the info level.
- Constructs an event at the trace level.
- Constructs an event at the warn level.
Traits
- Provides the
contextmethod forResult.