KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
etch
★ 18
Open GitHub ↗
zig template framework
Download README (.md)
Explore Similar Repositories
CLAR
:
No description available.
HDE-Proposals
:
No description available.
shell_libs
:
some useful lib function for bash(一些有用的shell函数库)
DFM-Bot
:
A Bot for drfrostmaths.com
Bot-Detector-Core-Files
:
The server and processing files for the Bot Detector Plugin
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
etch
?
Download (.md)
# 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