Write macros around url_for* #36
Labels
Component: webapp
repology-webapp, repology web application
Effort: intermediate
A class or a huge function needs to be written
Priority: soon
Should be done in a few days
Type: infrastructure
Internal development of base required for other features
Writing url_for argument as array of tuples is extremely clumsy, also it doesn't allow to pass anything which is not a string literal. Add macros with cleaner syntax which allows
foo = "bar"
params without extra parenthesesfoo = bar
syntax with automatic stringificationcrate::endpoints::Endpoint::
qualificationThe text was updated successfully, but these errors were encountered: