diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:06:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-29 04:06:06 +0800 |
| commit | e2c6570d02aed85a16d5596f541ef2a1ff808817 (patch) | |
| tree | 64af08fc00bb80d8d1b67cf91576f812bfc994ff /just_template/src/lib.rs | |
| parent | e2579e22812f0629706d1e81443fc512bf6add58 (diff) | |
docs: rewrite README to document display blocks and new `tmpl!` macro
syntax
Diffstat (limited to 'just_template/src/lib.rs')
| -rw-r--r-- | just_template/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/just_template/src/lib.rs b/just_template/src/lib.rs index 21a122e..36342e6 100644 --- a/just_template/src/lib.rs +++ b/just_template/src/lib.rs @@ -1,9 +1,5 @@ //! A template engine for code generation. //! -//! `just_template` provides a template system with three layers of substitution, -//! designed for generating repetitive source code while keeping the template -//! readable. -//! //! # Template syntax //! //! ## Simple parameters — `<<<key>>>` |
