Marin Veršić

Results 173 issues of Marin Veršić

this syntax could be supported: ```rs #![feature(associated_const_equality)] trait Foo { const ENABLED: bool; } trait Bar {} impl Bar for T where T: Foo {} impl Bar for T where...

## Feature Request I'm willing to implement this if approved ### Motivation I want to support only non-trailing slash paths. To do this I wrap my router with `NormalizePathLayer::trim_trailing_slash().layer`. This...