[go: up one dir, main page]

handlebars 0.19.1

Handlebars templating implemented in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - nightly
  - beta
  - stable
before_script:
- |
    pip install 'travis-cargo<0.2' --user &&
    export PATH=$HOME/.local/bin:$PATH
script:
  - |
      cargo test &&
      travis-cargo --only nightly test -- --no-default-features