Designing Rust bindings for REST APIs

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. http-endpoint

    A crate providing a declarative way for specifying an HTTP endpoint.

    Very nice, I had arrived at a similar-but-worse abstraction, then came across this library: https://github.com/d-e-s-o/http-endpoint .

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Ruma

    A set of Rust crates for interacting with the Matrix chat network.

    Nice! For ruma we do a very similar thing, but with the endpoint definitions being usable for both client & server side, custom macros to make it all more manageable, and with structs with public fields (#[non_exhaustive] for forwards compat) instead of builders.

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

  • Mattermost Down

    1 project | /r/Redox | 22 Feb 2021
  • Matrix Foundation to shut down bridges if it doesn't find $100K

    7 projects | news.ycombinator.com | 20 Feb 2025
  • A Quick Overview of Matrix

    4 projects | news.ycombinator.com | 3 Jul 2023
  • Looking for Axum app boilerplate

    7 projects | /r/rust | 19 Jan 2023
  • What was the Rust project in your portfolio that got you hired as a Rust developer?

    8 projects | /r/rust | 19 Apr 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?