构建引用其他结构体的结构体图
由 Aatif Syed 拥有。
#235 in #docs
15KB 64 代码行
从 docs.rs 抓取文档以构建结构体成员图
$ what-the-struct --url 'https://docs.rs/serde_json/latest/serde_json/enum.Value.html' \ | dot -Tsvg -o Value.svg
~12–29MB ~413K SLoC