Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed May 16, 2022
1 parent 2260e5f commit 797d80d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ handlebars-rust
[Handlebars templating language](https://handlebarsjs.com) implemented
in Rust and for Rust.

Handlebars-rust is the template engine that renders the official Rust website
[rust-lang.org](https://www.rust-lang.org), [its
book](https://doc.rust-lang.org/book/).

[![CI](https://github.com/sunng87/handlebars-rust/actions/workflows/main.yml/badge.svg)](https://github.com/sunng87/handlebars-rust/actions/workflows/main.yml)
[![](https://img.shields.io/crates/v/handlebars)](https://crates.io/crates/handlebars)
[![](https://img.shields.io/crates/d/handlebars.svg)](https://crates.io/crates/handlebars)
Expand Down Expand Up @@ -165,6 +161,13 @@ loaded from files or directory. This can be handy for template development.

Handlebars 3.0 can be used in WebAssembly projects.

#### Fully scriptable

With [rhai](https://github.com/rhaiscript/rhai) script support, you
can implement your own helper with the scripting language. Together
with the template lanaguage itself, template development can be fully
scriptable without changing rust code.

## Related Projects

### Web frameworks
Expand Down

0 comments on commit 797d80d

Please sign in to comment.