volta-cli/volta

Create a simple template crate to support URL template hooks.

Open

#260 建立於 2019年2月7日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Rust (189 fork)batch import
code qualitygood first issue

倉庫指標

Star
 (8,309 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南