I switch from Golang and want to build a REST API in Rust.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cli

    the package manager for JavaScript (by npm)

  • Unlike with the JavaScript ecosystem, all of the build tooling you need to produce a production-ready binary is provided by the same upstream as the compiler, and said upstream doesn't seem to have the problems demonstrated in issues like npm/cli#169.

  • axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  • axum for the webserver: https://github.com/tokio-rs/axum

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)

  • sqlx for the database: https://github.com/launchbadge/sqlx

  • poem

    A full-featured and easy-to-use web framework with the Rust programming language.

  • https://github.com/poem-web/poem is a pretty nice framework

  • sea-orm

    🐚 An async & dynamic ORM for Rust

  • I was just like you 2 months ago, nothing to be scared Rust is a beautiful language! I started with this example: https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example

  • bloom-legacy

    DEPRECATED - End-to-end encrypted Notes, Files, Calendar, Contacts... for Android, IOS, Linux & MacOS

  • Aside from library. Bloom was written in Go then ported to Rust. Maybe you can get some inspirations!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts