v0.3.0
[0.3.0] - 2021-08-15 Added - Support for `FromStr` for `Credentials` `struct` (https://github.com/EstebanBorai/http-auth-basic/pull/5) Improved - Use `split_once()` instead of `split()` for faster split procedure by avoiding unnecessary allocations (https://github.com/EstebanBorai/http-auth-basic/pull/6)