Crate bloom_web_core

Crate bloom_web_core 

Source

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§

application
config
controller_registry
entity_registry
logger
scheduler_registry
swagger_registry

Macros§

logger

Structs§

BloomApp
The main Bloom application that can be run to start the web server.
BloomApplication
Application builder for configuring and creating Bloom applications.
BloomConfig
Configuration settings for the Bloom application.
MySql
MySQL database driver.

Type Aliases§

Pool
An alias for Pool, specialized for MySQL.