Generate rust struct types from JSON value
cargo build --examples
curl -s 'https://en.wikipedia.org/w/api.php?action=query&list=recentchanges&rcprop=title%7Cids%7Csizes%7Cflags%7Cuser&format=json&rclimit=10' \
| target/debug/serde_gen
Or, generate with serde-gen-workers
curl -s 'https://en.wikipedia.org/w/api.php?action=query&list=recentchanges&rcprop=title%7Cids%7Csizes%7Cflags%7Cuser&format=json&rclimit=10' \
| curl -XPOST --data '@-' 'https://rustgen.jyu.workers.dev/schema'
target/debug/serde_gen --help
- remove all
unimplemented!()
from codebase - extend to other serialization formats