fbc-starter 0.1.24

A production-ready web server starter for Rust based on Axum, with built-in configuration, logging, CORS, database and Redis support
Documentation
1
2
3
4
5
6
7
/// 工具函数模块
pub mod http_util;
pub mod serde_helpers;

// 重新导出常用的工具函数
pub use http_util::*;
pub use serde_helpers::*;