Re-exports§
pub use actix_web;
pub use sqlx;
pub use tokio;
pub use serde;
pub use serde_json;
pub use anyhow;
pub use log;
pub use entity_registry::*;
pub use controller_registry::*;
pub use swagger_registry::*;
pub use scheduler_registry::*;
pub use logger::*;
pub use config::*;
pub use application::*;
Modules§
Macros§
Structs§
- Bloom
App - The main Bloom application that can be run to start the web server.
- Bloom
Application - Application builder for configuring and creating Bloom applications.
- Bloom
Config - Configuration settings for the Bloom application.
- MySql
- MySQL database driver.