SaaSHub helps you find the best software and product alternatives Learn more â
Serde Alternatives
Similar projects and alternatives to serde
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
-
-
-
-
-
-
-
-
-
-
-
serde discussion
serde reviews and mentions
- Pyodide 314.0: Python packages can now publish WebAssembly wheels to PyPI
- Serde
-
A Noob's Journey to Blockchain Development in Rust
Serde: https://serde.rs/
- Serde (Rust Serialization Deserialization)
-
Web Developer Travis McCracken on The Simplicity of Net/HTTP in Go
One key challenge was managing data serialization and deserialization. Rustâs serde library made this process straightforward, allowing me to write custom serializers that minimized CPU usage. The result is a server that outperforms comparable implementations in other languages, especially under heavy load.
-
REST API in RUST with ntex
serde
-
Zig, Rust, Go?! I tried 3 low-level languages and hereâs what Iâm sticking with
Serde for serialization
-
Serde Integration With the MongoDB Rust Driver
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
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?
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.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jul 2026
Stats
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.