Automated conversion using the untry tool [1] and the following command: ``` $ find -name '*.rs' -type f | xargs untry ``` at the root of the Rust repo. [1]: https://github.com/japaric/untry
src/tools
We've actually got quite a few tools that are compiled as part of our build, let's start housing them all in a `tools` directory.