feat: 开放 Rust 补丁程序源代码和编译说明

This commit is contained in:
Del Wang
2025-04-08 23:07:26 +08:00
parent 0e43eefd38
commit d170fadbcc
26 changed files with 2510 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
pub type AppError = Box<dyn std::error::Error>;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");