`wetutil`: One-stop crate for all the [Rust](https://rust-lang.org/)
features that I'm missing.
This crate implements some useful extension traits
for things like [`Result`](https://doc.rust-lang.org/stable/core/result/enum.Result.html) and [`Iterator`](https://doc.rust-lang.org/stable/core/iter/traits/iterator/trait.Iterator.html).
It's mostly a mish-mash of things that
I'm tired of writing in more tedious ways.