Use serde to parse Rust source code.
Library to serialize and deserialize Syn syntax trees.
A Kafka protocol implementation using serde
Library to serialize and deserialize Syn syntax trees into Pickle format.
Library to serialize Syn syntax trees into XML format.
Macros collection for converting Structure to Model, for a green-barrel project.
Wire-contract DTOs for the Syn OCR service (POST /api/v1/syn/ocr/extract-json) — one shared definition of the request/response shape so consumers don't hand-maintain drifting copies.
Easy Macros support library
Compile-time diagnostic and prescription tool for Rust projects
This crate builds on the json crate to provide the FromJson and ToJson traits. You can pair it with the decent-serde-json-derive-alternative crate to automatically derive an implementation of those traits for your own types. In some cases, this can serve your (de)serialization needs without having to build syn, quote, serde, and serde_json.
A subcommand for cargo that lists all the authors of all the dependencies of the crate in your current working directory. Simply install, then navigate to the directory of a crate and run `cargo authors`
Reorder top-level items in Rust source files following community style