Introduction

spring-rs is a application framework written in Rust, similar to SpringBoot in java ecosystem. spring-rs provides an easily extensible plug-in system for integrating excellent projects in Rust community, such as axum, sqlx, sea-orm, etc.

Quick Start

The premise of using spring-rs is that you are familiar with the basic syntax of Rust and the usage of cargo dependency package management tool.

If you already know these prerequisites, click this Quick Start →, which introduces how to quickly get started with spring-rs.

Supported plugins

Contribution

We also welcome community experts to contribute their own plugins. Contributing →

Help

Click here to view common problems encountered when using spring-rs Help →