Logo

spring-rs

spring-rs is a application framework written in rust inspired by java's spring-boot

Get started

Open-source MIT License. GitHub v0.1.x

⚡️ High performance ⚡️

Benefiting from the awesome rust language, spring-rs has the ultimate performance comparable to C/C++

🛡️ High security 🛡️

Compared to C/C++, the Rust language used by spring-rs provides memory safety and thread safety.

🔨 Lightweight 🔨

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.

🔧 Easy to use 🔧

spring-rs provides a clear and concise API and optional Procedural Macros to simplify development.

🔌 Highly extensible 🔌

spring-rs uses a highly extensible plug-in model, and users can customize plug-ins to extend program capabilities.

⚙️ Highly configurable ⚙️

spring-rs uses toml to configure applications and plug-ins to improve application flexibility.