1 unstable release

Uses old Rust 2015

0.1.0 Jun 1, 2017

#47 in #head

MIT license

8KB
193 lines

tempo

A Rust templating library, similar to ERB for Ruby.

Example

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

Dependencies

~6.5MB
~138K SLoC