serde

Serialization framework for Rust (by serde-rs)

Serde Alternatives

Similar projects and alternatives to serde

  1. rust

    2,824 serde VS rust

    Empowering everyone to build reliable and efficient software.

  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. go

    2,261 serde VS go

    The Go programming language

  4. rfcs

    687 serde VS rfcs

    RFCs for changes to Rust

  5. crates.io

    671 serde VS crates.io

    The Rust package registry

  6. book

    654 serde VS book

    The Rust Programming Language

  7. bevy

    594 serde VS bevy

    A refreshingly simple data-driven game engine built in Rust

  8. tauri

    508 serde VS tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. tokio

    219 serde VS tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  11. egui

    218 serde VS egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  12. actix-web

    180 serde VS actix-web

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

  13. iced

    177 serde VS iced

    A cross-platform GUI library for Rust, inspired by Elm

  14. Rocket

    162 serde VS Rocket

    A web framework for Rust.

  15. clap-rs

    158 serde VS clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  16. PyO3

    158 serde VS PyO3

    Rust bindings for the Python interpreter

  17. hyper

    108 serde VS hyper

    An HTTP library for Rust (by hyperium)

  18. sea-orm

    83 serde VS sea-orm

    🐚 An async & dynamic ORM for Rust

  19. tracing

    55 serde VS tracing

    Application level tracing for Rust.

  20. json

    43 serde VS json

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

  21. rand

    33 serde VS rand

    A Rust library for random number generation.

  22. maud

    29 serde VS maud

    :pencil: Compile-time HTML templates for Rust

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better serde alternative or higher similarity.

serde discussion

Log in or Post with

serde reviews and mentions

Posts with mentions or reviews of serde. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-06.
  • Serde Integration With the MongoDB Rust Driver
    2 projects | dev.to | 6 May 2025
    We just scratched the surface of what is possible with Rust, MongoDB, and Serde today. Just as a quick reminder, great documentation exists for the MongoDB crate, Serde, and actix-web.
  • A 20 year old bug in GTA San Andreas surfaced in Windows 11 24H2
    4 projects | news.ycombinator.com | 23 Apr 2025
    You misunderstood. Game developers should use a _good_ third–party library, not a _bad_ one. At a minimum they should be able to read the source code so that they know it is good. Thus open source libraries should be at the top of the list.

    If you don't know what “good” looks like, take a look at [Serde](https://serde.rs/). It’s for Rust, but its features and overall design are something you should attempt to approach no matter what language you’re writing in.

  • Is Rust a good fit for business apps?
    4 projects | news.ycombinator.com | 13 Mar 2025
    We have written our own http server framework focused on openapi support: https://docs.rs/dropshot/latest/dropshot/

    https://serde.rs/ is the serialization/deserialization framework in Rust, and is well supported in the ecosystem.

    We also wrote https://github.com/oxidecomputer/oxide.ts to generate TypeScript clients from the OpenAPI.

    We mostly use react-router (or remix for older things that haven't been upgraded yet).

    So the way that it works is, you define your api in dropshot. You ask it to generate an openapi document. You run this on that document to get a typescript client. And then you use that client in your react-router application.

    I'm personally using it in the "framework" mode, so I have a "backend for frontend" going on, but the main appliccation is using it purely on the client, served from the same server as that API. Both have pros and cons.

  • Rusty Backends
    9 projects | dev.to | 20 Jan 2025
    If the request parameter cannot be parsed, the appropriate response code is sent instead of calling the function, so we have the usual comfort of type safety. Request bodies are handled very similarly, and of course, parsing integrates seamlessly with serde.
  • 2024 In Review
    16 projects | dev.to | 1 Jan 2025
    lack of finished solutions for serde (default values, partial initialization)
  • Build Lightning-Fast Data Processing in Rust: From Single Thread to Parallel Performance
    8 projects | dev.to | 19 Dec 2024
    Serde Crate
  • Using Polars in Rust for high-performance data analysis
    9 projects | dev.to | 30 Oct 2024
    We’ll use Axum with Tokio to build a web backend, Tracing for logging, and Serde for serialization and deserialization.
  • Comfy, the 2D rust game engine, is now archived
    3 projects | news.ycombinator.com | 9 Sep 2024
    On the flip side of this, when libraries in rust do reach 1.0, they often are just done. The serialization/deserialization library serde which has become the de-facto standard has been on 1.0.xxx for the past seven years. https://crates.io/crates/serde/versions

    I think this speaks to rust's strengths in that if you know your spec, you can write a rock-solid version of it - and its weakness, where if you don't know your spec you'll be making breaking changes a lot.

  • Scan HTML even faster with SIMD instructions (C++ and C#)
    4 projects | news.ycombinator.com | 20 Jul 2024
  • Empowering Web Privacy with Rust: Building a Decentralized Identity Management System
    3 projects | dev.to | 9 Apr 2024
    Serde Documentation: Comprehensive guide and reference for using Serde, Rust's framework for serializing and deserializing data.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic serde repo stats
200
9,652
9.0
15 days ago

serde-rs/serde is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of serde is Rust.


Sponsored
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

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