Skip to content

v0.1.3

Compare
Choose a tag to compare
@yescallop yescallop released this 17 May 08:06
· 313 commits to main since this release

This is the de facto first release of fluent-uri.

Change log:

  • Introduced generics in Uri.
  • u32 indexes instead of slices are stored internally.
  • Multiple bugs found when fuzzing the crate against other parsers are now fixed.
  • Removed a bunch of unnecessary APIs to ensure a minimal and future-proof crate.
  • Added two feature flags for enabling the parsing of IPvFuture and IPv6 scoped addresses.
  • Refined documentations.