enterprise/syn-serde/examples/rust2json
2020-02-17 06:09:45 -06:00
..
src woops 2020-02-17 06:09:45 -06:00
Cargo.toml woops 2020-02-17 06:09:45 -06:00
README.md woops 2020-02-17 06:09:45 -06:00
rust2json_main.json woops 2020-02-17 06:09:45 -06:00

Parse a Rust source file into a syn_serde::File and print out a JSON representation of the syntax tree.

cargo run -- src/main.rs

The output is the same as rust2json_main.json.