awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Frameworks für Datenserialisierung in Rust

Ranking aktualisiert am 30. Juni 2026

Hochperformante Bibliotheken und Crates für die Serialisierung und Deserialisierung komplexer Datenstrukturen im Rust-Ökosystem.

Frameworks für Datenserialisierung in Rust

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • serde-rs/serdeAvatar von serde-rs

    serde-rs/serde

    10,457Auf GitHub ansehen↗

    This project is a framework for the efficient serialization and deserialization of data structures. It provides a unified, macro-based interface that automates the conversion of complex internal objects into standardized formats and reconstructs them from raw input streams or buffers. By leveraging compile-time code generation, the library minimizes manual implementation overhead while ensuring consistent logic across diverse data types. The framework distinguishes itself through a format-agnostic data model and a visitor-based parsing architecture that decouples data structures from specific

    Serde is the foundational Rust serialization framework offering derive macros for automatic encoding and decoding, broad format support via pluggable backends, and compile-time optimizations for zero-copy deserialization — exactly the match for a derive-driven, performant serialization library.

    RustSerialization DefaultsZero-Copy Deserialization
    Auf GitHub ansehen↗10,457

Related searches

  • a C++ library for data serialization
  • ein binäres Serialisierungsformat für strukturierte Daten
  • a high performance serialization library for Go
  • a high performance serialization library for C#
  • a high performance serialization library for Java
  • a rust library for data compression
  • a library for parsing YAML in Rust
  • an object relational mapper for Rust