syn-serde 0.3.2

Library to serialize and deserialize Syn syntax trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Examples

## [`rust2json`]rust2json

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

## [`json2rust`]json2rust

**JSON -> Rust**.
Parse a JSON file into a `syn_serde::File` and print out a Rust syntax tree.

## [`rust2pickle`]rust2pickle

**Rust -> Pickle**
Parse a Rust source file into a `syn_serde::File` and print out a Pickle
representation of the syntax tree.