http-rs / route-recognizer

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

add no_std support #56

Open stevefan1999-personal opened 2 years ago

stevefan1999-personal commented 2 years ago

Note that HashSet is being swapped with BTreeSet, since hash set is not included in alloc (but hashbrown)

stevefan1999-personal commented 2 years ago

Also, we could find a way for things like staticvec to work with this. For the NFA I'm not so sure, but we can probably use FcHashMap