wetutil 0.5.0

One-stop crate for all the rust features that I'm missing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<!-- cargo-rdme start -->

`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.

<!-- cargo-rdme end -->