.. | ||
src | ||
Cargo.toml | ||
json2rust_main.json | ||
README.md |
Parse a JSON file into a syn_serde::File
and print out a Rust syntax tree.
cargo run -- json2rust_main.json
The output is the same as which deleted blank line and comment from src/main.rs.
.. | ||
src | ||
Cargo.toml | ||
json2rust_main.json | ||
README.md |
Parse a JSON file into a syn_serde::File
and print out a Rust syntax tree.
cargo run -- json2rust_main.json
The output is the same as which deleted blank line and comment from src/main.rs.