feat: 完善生产级 Rust Web 模板

This commit is contained in:
2026-07-21 16:00:03 +08:00
parent fb30d5da1a
commit ce89569bf3
58 changed files with 2042 additions and 349 deletions
+8
View File
@@ -1,2 +1,10 @@
pub mod auth;
pub mod body_limit;
pub mod language;
pub mod logging;
pub mod rate_limit;
pub mod security;
pub mod user_id;
pub use language::Language;
pub use user_id::UserId;