Skip to main content

Crate doido_core

Crate doido_core 

Source

Re-exports§

pub use error::Result;
pub use inflector::init_inflections;
pub use inflector::load_inflections;
pub use inflector::InflectionConfig;
pub use inflector::Inflections;
pub use inflector::Inflector;
pub use logger::init as init_logger;
pub use logger::LogFormat;
pub use logger::LoggerConfig;
pub use ::anyhow;
pub use ::serde;
pub use ::thiserror;
pub use ::tracing;

Modules§

error
inflector
logger
Centralized logging setup for the whole framework.
trace

Traits§

AnyhowContext
Provides the context method for Result.

Attribute Macros§

async_trait