Clippy gives a few warnings, mostly [needless `fn main` in doctest](https://rust-lang.github.io/rust-clippy/master/index.html#needless_doctest_main), but also one instance of [this argument (8 byte) is passed by reference, but would be more efficient if passed by value (limit: 8 byte)](https://rust-lang.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref)