serde
There are 460 repositories under serde topic.
serde-rs/serde
Serialization framework for Rust
marshmallow-code/marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes.
serde-rs/json
Strongly typed JSON library for Rust
ron-rs/ron
Rusty Object Notation
jcrist/msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
1Password/typeshare
Typeshare is the ultimate tool for synchronizing your type definitions between Rust and other languages for seamless FFI.
tafia/calamine
A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
3Hren/msgpack-rust
MessagePack implementation for Rust / msgpack.org[Rust]
dtolnay/serde-yaml
Strongly typed YAML library for Rust
GREsau/schemars
Generate JSON Schema documents from Rust code
softprops/envy
deserialize env vars into typesafe structs with rust
Fatal1ty/mashumaro
Fast and well tested serialization library
yukinarit/pyserde
Yet another serialization library on top of dataclasses, inspired by serde-rs.
jonasbb/serde_with
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
dtolnay/erased-serde
Type-erased Serialize, Serializer and Deserializer traits
cloudwego/sonic-rs
A fast Rust JSON library based on SIMD.
RReverser/serde-wasm-bindgen
Native integration of Serde with wasm-bindgen
SoftbearStudios/bitcode
A binary encoder/decoder for Rust
mre/hyperjson
🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
madonoharu/tsify
A library for generating TypeScript definitions from rust code.
RReverser/serde-xml-rs
xml-rs based deserializer for Serde (compatible with 1.0+)
serayuzgur/weld
Full fake REST API generator written with Rust
pyfisch/cbor
CBOR support for serde.
nox/serde_urlencoded
x-www-form-urlencoded meets Serde
TheElectronWill/night-config
Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations. Serialization/deserialization framework.
dtolnay/monostate
Type that deserializes only from one specific value
rust-embedded-community/serde-json-core
`serde-json` for `no_std` programs
laysakura/serde-encrypt
🔐 Encrypts all the Serialize.
seandstewart/typical
Typical: Fast, simple, & correct data-validation using Python 3 typing.
serde-rs/json-benchmark
nativejson-benchmark in Rust
softprops/recap
deserialize typed structures from regex captures
otake84/dlhn
DLHN implementation for Rust
iddm/serde-aux
An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.
martinohmann/hcl-rs
HCL parsing and encoding libraries for rust with serde support
calavera/aws-lambda-events
Rust event types for AWS Lambda
nickbabcock/boxcars
Rocket League Replay parser in Rust