Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 23:12
[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)