Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haze/etch
zig template framework
https://github.com/haze/etch
Last synced: about 17 hours ago
JSON representation
zig template framework
- Host: GitHub
- URL: https://github.com/haze/etch
- Owner: haze
- License: mit
- Created: 2021-03-19T04:33:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T22:54:29.000Z (over 3 years ago)
- Last Synced: 2024-11-08T16:44:56.356Z (11 days ago)
- Language: Zig
- Size: 234 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Etch
etch is a compile time tuned templating engine. etch focuses on speed and simplicity###### goals
* be easy to use; provide a similar api to std.fmt.format (with more thought out qualifiers)
* be fast. I am providing the structure and data layout up front, it should be fast to create a result###### non-goals
* be complex. I don't want to embed another dsl / language into my template engine, i should instead provide my data in a computed format
* be feature complete with other template engines (go, jinja, tera, sailfish, etc)###### maybe-goals
* runtime use