Book Review: Zero To Production In Rust

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • utoipa

    Simple, Fast, Code first and Compile time generated OpenAPI documentation for Rust

  • Going to strongly disagree here. This isn't necessary in most cases. You likely do not need to test actix-web. actix-web already has more tests than you can possibly think of for exercising its correctness. So why do you need to black-box test it? Further, if your concern is an API client integrating with the API, use code generation not tests to ensure correctness! Generate your clients from a spec generated from your types! I recommend Swagger/OpenAPI or JSON Schema. Here's a nice library for doing this: https://github.com/juhaku/utoipa

  • 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
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

  • Announcing utoipa 3.0.0, one year anniversary release - Compile time OpenAPI library for Rust

    1 project | /r/rust | 26 Jan 2023
  • New Tokio blog post: Announcing axum 0.6.0

    3 projects | /r/rust | 25 Nov 2022
  • Announcing utoipa 2.0.0, long awaited release - Compile time OpenAPI + Swagger UI

    2 projects | /r/rust | 30 Aug 2022
  • okapi-operation - procedural macro for generating OpenAPI operation definitions

    2 projects | /r/rust | 10 Jul 2022
  • Utoipa Compile time OpenAPI for Rust 1.0.0

    2 projects | /r/rust | 27 Apr 2022