Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Releases: ibraheemdev/httprouter-rs

0.5.0

12 May 22:37
Compare
Choose a tag to compare

Minor performance improvements

0.4.0

26 Mar 14:11
Compare
Choose a tag to compare
  • Builder pattern for routing
  • Hyper 0.14

0.3.0

04 Mar 00:06
Compare
Choose a tag to compare
  • Update to matchit 0.3
  • Internal optimizations

v0.2.0

23 Dec 21:24
Compare
Choose a tag to compare
  • Split up radix tree implementation into separate package: matchit
  • Refine router API
  • Remove futures and http dependencies

v0.1.0

19 Dec 00:03
d5f2c6e
Compare
Choose a tag to compare

Intitial release of httprouter 🎉 🎉 🎉

A high performance HTTP request router that scales well.