facet-serialize

Crates.iofacet-serialize
lib.rsfacet-serialize
version0.28.0
created_at2025-05-02 17:00:14.51224+00
updated_at2025-07-24 17:51:59.562533+00
descriptionGeneric serializer for facet
homepage
repositoryhttps://github.com/facet-rs/facet-serialize
max_upload_size
id1657987
size57,081
Amos Wenger (fasterthanlime)

documentation

README

Facet logo - a reflection library for Rust

Coverage Status crates.io documentation MIT/Apache-2.0 licensed Discord

Logo by Misiasart

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

facet-serialize provides a common foundation for serializers, especially for self-descriptive formats like JSON, MessagePack, etc.

It provides an iterative approach to serialization that should never blow up the stack, at the cost of runtime performance (see cargo criterion results).

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt