volta-cli/volta
Vedi su GitHubCreate a simple template crate to support URL template hooks.
Open
#260 aperta il 7 feb 2019
code qualitygood first issue
Metriche repository
- Star
- (8309 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Currently, the URL Template hooks introduced in #241 use a simple string replace to resolve a template. Going forward, we should make this into a separate crate and add some additional functionality, such as escaping the brace characters.
We likely don't need a fully-fledged templating engine, since we are only dealing with URLs, but having the logic in a separate crate will make it easier to iterate on the behavior.