1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2017年6月1日

#49 in #head

MIT 许可证

8KB
193

tempo

一个 Rust 模板库,类似于 Ruby 的 ERB。

示例

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <ul>
      <% for i in 0..10 { %>
        <li>Hello <%= i %></li>
      <% } %>
    </ul>
  </body>
</html>

依赖

~6.5MB
~141K SLoC