# Serde

> Serialization framework for Rust

**Category:** Rust  
**Pricing:** open-source  
**URL:** https://serde.rs  
**GitHub:** https://github.com/serde-rs/serde  
**Added:** 2026-08-19

---

## The Hook

Serde makes serialization feel magical.

## What's Good

Zero-overhead abstraction over formats. Derive macros minimize boilerplate. Format ecosystem covers JSON, YAML, TOML, and more. Customization is possible when needed.

## The Catch

Compile times increase with heavy use. Error messages can be confusing. Some edge cases require manual implementation.

## Verdict

The serialization library every Rust project uses.
