slime 0.4.0

handlebars and toml based simple and flexible static page/code generator library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# v 0.4.0
- generate files other than html (can use for code generation)
- cache templates
- use failure crate (removed all unwraps)

# v 0.3.0
- installation script
- reading toml files
- simpler api

# v 0.2.0
- refactoring

# v 0.1.0
- basic functionality