what-the-struct

Crates.iowhat-the-struct
lib.rswhat-the-struct
version0.1.0
sourcesrc
created_at2022-06-02 13:54:18.677937
updated_at2022-06-02 13:54:18.677937
descriptionBuild a graph of structs referencing other structs
homepage
repositoryhttps://github.com/aatifsyed/what-the-struct
max_upload_size
id598873
size52,267
Aatif Syed (aatifsyed)

documentation

README

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

Commit count: 9

cargo fmt