rust_web_server/core/
mod.rs

1pub mod base64;
2
3pub trait New {
4    fn new() -> Self;
5}