Closed
Description
I've helped take over maintenance of the Gotham web framework, and discussion started around how to package middleware for it.
What I'd like to suggest is that they be shipped as crates with the keywords gotham
and middleware
, since both would make sense, and then the Gotham docs could link to a page on crates.io that would list available middleware.
However, I can't seem to combine keywords in the crates.io/keywords/xxx route. It would be fab if e.g. I could link to crates.io/keywords/gotham+middleware and have that Just Work.