Skip to main content

Backend in Rust

Convenient and configurable with Strut.

#[strut::main]
async fn main() {
    // [x] async (tokio)
    // [x] external config
    // [x] graceful shutdown

    // + optionally:
    // [ ] logging / tracing
    // [ ] database (sqlx)
    // [ ] rabbitmq (lapin)
    // [ ] sentry
    // [ ] custom integrations
}