Skip to content
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

Refactor for best Rust practices and Iron conventions #41

Open
reem opened this issue Sep 2, 2014 · 1 comment
Open

Refactor for best Rust practices and Iron conventions #41

reem opened this issue Sep 2, 2014 · 1 comment

Comments

@reem
Copy link
Member

reem commented Sep 2, 2014

This is a blanket issue to refactor this middleware to be more efficient, more rusty, and use better conventions.

In particular this middleware unnecessarily uses String and Vec in many places, which leads to unnecessary clones of data and is likely to be pretty slow.

@reem
Copy link
Member Author

reem commented Sep 15, 2014

Also should refactor to be an AroundMiddleware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant