Rust macros in few sentences

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

  • These macros (there are three types of them) are more magical and tend to accept some code as an input, operate on that code, and produce some code as an output (as quoted from the Rust book). They are the ones you impose on structs like #[derive()] or the #[tokio::main] we use when using the Actix framework.

  • 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

  • Building a REST API for Math Operations (+, *, /) with Rust, Actix, and Rhai🦀

    2 projects | dev.to | 22 Mar 2024
  • Actix-Web: v4.5.0

    1 project | news.ycombinator.com | 4 Feb 2024
  • Actix-Web: v4.4.0

    1 project | news.ycombinator.com | 30 Aug 2023
  • Top Rust Web Frameworks: Rocket, Actix-web, Tide, Warp, and Gotham

    3 projects | dev.to | 14 Jun 2023
  • Toy-HTTP-rs - An HTTP Server like actix.rs or rocket.rs but for learning and basics

    3 projects | /r/rust | 10 May 2023