Is rust serde unique?

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

    Serialization framework for Rust

  • I had used C#, Java, JS, Dart and I haven't see an ecosystem like https://serde.rs/ , where we have a consistent pattern shared between all libraries to serialize and deserialize data, all of this backed by the Rust trait system.

  • Serde

    Robust Serde (serialization/deserialization) library for PHP 8. (by Crell)

  • In PHP there is a lib that draws inspiration from serde https://github.com/Crell/Serde

  • 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
  • kotlinx.serialization

    Kotlin multiplatform / multi-format serialization

  • I think kotlinx.serialization might come close, but looks like custom Encoders and Decoders are still experimental.

  • serde

    Serde.NET is a C# port of the popular Serde serialization library for Rust (by serdedotnet)

  • Serde.NET seems to do something along these lines at least.

  • Jackson JSON Processor

    Main Portal page for the Jackson project

  • In practical terms, Jackson achieves the same purpose for Java. It was born as a Json parser, but nowadays supports multiple formats and it's widely used in the Java community.

  • ppx_deriving

    Type-driven code generation for OCaml

  • Ocaml has the amazing ppx_deriving which can be used for serialization / deserialization in various formats.

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

  • Hey Rustaceans! Got a question? Ask here (26/2023)!

    5 projects | /r/rust | 26 Jun 2023
  • Müsli - An experimental binary serialization framework with more choice

    7 projects | /r/rust | 18 May 2023
  • Week 6 - Parts 10 & 11: Save/load and leveling up

    12 projects | /r/roguelikedev | 1 Aug 2022
  • GitHub Actions e a Magia dos Triggers: Automatizando Tarefas com C#

    3 projects | dev.to | 8 May 2024
  • Pyserde

    1 project | news.ycombinator.com | 6 May 2024