rust-lang / rustdoc-types

Rustdoc's JSON output interface
Apache License 2.0
28 stars 15 forks source link

Remove dependency on `jq`, use plain `python3` instead #4

Closed Enselic closed 2 years ago

Enselic commented 2 years ago

This change might seem silly, but if you have a new computer and have not had time to install jq yet, the dependency on jq is a bit of an annoyance. python3 is much more likely to be installed already.