enterprise/syn-serde/examples
2020-02-17 06:09:45 -06:00
..
json2rust woops 2020-02-17 06:09:45 -06:00
rust2json woops 2020-02-17 06:09:45 -06:00
README.md woops 2020-02-17 06:09:45 -06:00

rust2json

Rust -> JSON. Little utility to parse a Rust source file into a syn_serde::File and print out a JSON representation of the syntax tree.

json2rust

JSON -> Rust. Little utility to parse a JSON file into a syn_serde::File and print out a Rust syntax tree.