fengsp / pencil

A web application microframework for Rust
https://fengsp.github.io/pencil/
Other
872 stars 43 forks source link

Please consider changing routing syntax from <int:user_id> to <user_id:int> #7

Closed vegai closed 8 years ago

vegai commented 8 years ago

This would make it look similar to how types are defined generally in Rust.

fengsp commented 8 years ago

@vegai Good point, actually I have thought about using <user_id:int>, at last I stick with the werkzeug syntax, if necessary, we can change it.

vegai commented 8 years ago

Nice!