uriparse 0.2.0

A URI parser including relative references
Documentation
# 0.2.0


 - Performance fixes.
 - Internal cleanup.
 - Fixed one parsing bug.
 - URI reference parsing has been fuzzed for an entire week!
 - Significantly increased testing coverage (mainly via doc tests).
 - Added a lot of documentation.
 - Added a `RelativeReference` struct that can only represent schemeless URI references.
 - Added builder types for `URI`, `RelativeReference` and `URIReference` structs.

# 0.1.0


Initial release.