Hey Rustaceans! Got an easy question? Ask here (2/2021)!

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

    Empowering everyone to build reliable and efficient software.

  • Do I have to write my own wrapper and Read impl? It's annoying because implementing Read is hacky like this.

  • json

    Strongly typed JSON library for Rust (by serde-rs)

  • can some help me understand this line in serde_json

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

    RFCs for changes to Rust

  • There's #![feature(specialization)] which allows you to give different implementations that would be picked depending on which traits the type parameter implements. However, it's nowhere near stabilization and definitely should not be used for cases like this (yet).

  • serde-yaml

    Discontinued Strongly typed YAML library for Rust

  • Instead of deserializing it manually, why don't you use serde and serde-yaml to deserialize the data directly to a data structure?

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

  • I pre-released my project "json-responder" written in Rust

    11 projects | dev.to | 21 Jan 2024
  • A Simple CRUD API in Rust with Cloudflare Workers, Cloudflare KV, and the Rust Router

    3 projects | dev.to | 22 Aug 2023
  • Rust devs push back as Serde project ships precompiled binaries

    10 projects | news.ycombinator.com | 19 Aug 2023
  • Hey Rustaceans! Got a question? Ask here (26/2023)!

    5 projects | /r/rust | 26 Jun 2023
  • REST API in RUST with ntex

    7 projects | dev.to | 26 May 2023