spring-rs
spring-rs is a application framework written in rust inspired by java's spring-boot
Get startedspring-rs is a application framework written in rust inspired by java's spring-boot
Get startedBenefiting from the awesome rust language, spring-rs has the ultimate performance comparable to C/C++
Compared to C/C++, the Rust language used by spring-rs provides memory safety and thread safety.
The core code of spring-rs does not exceed 5,000 lines, and the binary size of the release version packaged in rust is also small.
spring-rs provides a clear and concise API and optional Procedural Macros to simplify development.
spring-rs uses a highly extensible plug-in model, and users can customize plug-ins to extend program capabilities.
spring-rs uses toml to configure applications and plug-ins to improve application flexibility.