Crate webserver_rs
source ·Re-exports§
pub use assets::MemoryStream;pub use web_core::config;pub use route::build_cros;pub use salvo;pub use anyhow;pub use chrono;pub use futures;pub use sea_orm;pub use serde;pub use serde_json;pub use time;pub use tokio;pub use web_core::*;pub use web_core::http_error::*;
Modules§
Macros§
Traits§
- Trait for loading a struct from a configuration file. This trait is automatically implemented when serde::Deserialize is.