Was just looking at `haredoc strings::fromutf8`, and see that in the
function signature, it says `utf8::invalid`, and when I type
`haredoc utf8::invalid`, it can't find anything because of course
it's actually in `encoding::utf8::invalid`. That was a very nice touch
to include the fully-qualified name in the docstring. Thanks!