You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2020. It is now read-only.
Hey, I love this library but unfortunately, I had problems with stdweb compiling and it was related to emscripten. I want to use this library on the server side so I decided to remove everything including route state and was left with clean and simple AppRoute::from_path(req.uri().path()) which now I can use with match and make my own type-safe router for API. I am still removing what I don't use in my fork. I'd love to see this library being equivalent to serde-derive for routers.
Hey, I love this library but unfortunately, I had problems with stdweb compiling and it was related to emscripten. I want to use this library on the server side so I decided to remove everything including route state and was left with clean and simple
AppRoute::from_path(req.uri().path())which now I can use withmatchand make my own type-safe router for API. I am still removing what I don't use in my fork. I'd love to see this library being equivalent toserde-derivefor routers.Thanks.