ssttt 0.1.0

More Syn Syntax Tree Traversal Trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[private]
@list:
    just -l

# fetch syn.json & build ssttt
build-latest:
    curl https://raw.githubusercontent.com/dtolnay/syn/master/syn.json -o syn.json
    cargo run -p codegen

# build ssttt without download syn.json
build:
    cargo run -p codegen