Python tool to build RPC method/type documentation.
Uses the RPC library to extract a list of RPC methods and objects; uses rustdoc-nightly to extract documentation for them; outputs a markdown document.
Example output at https://people.torproject.org/~nickm/volatile/rpc-docs-demo.html
Next steps here are to edit the rustdoc that feeds into this document, to make the output more sensible.