#graph #struct #url #referencing #serde-json #value #docs

app what-the-struct

Build a graph of structs referencing other structs

1 unstable release

0.1.0 Jun 2, 2022

#216 in #docs

MIT and CC-PDDC licenses

15KB
64 lines

what-the-struct

Scrapes docs.rs to build a graph of struct constituents

$ what-the-struct --url 'https://docs.rs/serde_json/latest/serde_json/enum.Value.html' \
   | dot -Tsvg -o Value.svg

serde Value graph

Dependencies

~12–27MB
~416K SLoC