Release 0.3.0
What's Changed
- Add proper type for Result<T, E> by @mdharm in #5
- Move regular expression compilation to
lazy_static!
by @mdharm in #9 - Implement feature to use
url::Url
rather thanhttp::Uri
by @mdharm in #10 - Add
parse_with_rel()
for when therel
parameter MUST be present by @mdharm in #11
New Contributors
Full Changelog: https://github.com/g1eny0ung/parse_link_header/commits/v0.3.0