http-rs / route-recognizer

Recognizes URL patterns with support for dynamic and wildcard segments
MIT License
100 stars 38 forks source link

Add README, lints, docs #43

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 4 years ago

Added README, lints, docs, and cleaned up some loose ends in the crate. This should make it feel more like a first-class http-rs project rather than a loose lib we happen to maintain. Thanks!

Screenshots

Screenshot_2020-11-13 route_recognizer - Rust(1)

yoshuawuyts commented 4 years ago

Just realized our CI wasn't working; pushed CI as well.