aboutsummaryrefslogtreecommitdiff
path: root/just_template/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-29 04:06:06 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-29 04:06:06 +0800
commite2c6570d02aed85a16d5596f541ef2a1ff808817 (patch)
tree64af08fc00bb80d8d1b67cf91576f812bfc994ff /just_template/src/lib.rs
parente2579e22812f0629706d1e81443fc512bf6add58 (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.rs4
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>>>`