issues
search
http-rs
/
route-recognizer
Recognizes URL patterns with support for dynamic and wildcard segments
MIT License
100
stars
38
forks
source link
Cleanup
#38
Closed
Nemo157
closed
5 years ago
Nemo157
commented
5 years ago
Description
Move tests to submodules so they aren't compiled in normal build
Migrate to edition 2018
Fix maybe useful clippy pedantic lints (without enabling them always as they are potentially buggy)
Add benchmarks to CI to avoid accidental breakage
Motivation and Context
How Has This Been Tested?
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] My change requires a change to the documentation.
[x] I have updated the documentation accordingly.
[x] I have read the
CONTRIBUTING
document.
[ ] I have added tests to cover my changes.
[x] All new and existing tests passed.
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: