-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the router #52
Comments
I think using the actix router library may be a good option |
@JackThomson2 , are you talking about this: https://crates.io/crates/actix-router ? I am unable to find any documentation for the same. |
Docs are here: https://docs.rs/actix-router/0.4.0/actix_router/ and there are examples in the repository: https://github.com/actix/actix-net/blob/master/actix-router/examples/flamegraph.rs |
@JackThomson2 , I did read the example, but I am unable to understand what is being done here(https://github.com/actix/actix-net/blob/master/actix-router/examples/flamegraph.rs#L3) . Do you know what is happening in this line? I am not very familiar with DSL and rust macros. Looks like I will have to go through them thoroughly. |
The latest router has been implemented: #90 |
Improve the router. Add the ability to have variable parameters in the routes.
The text was updated successfully, but these errors were encountered: