文件名称:带把手的 Rust 模板
文件大小:102KB
文件格式:ZIP
更新时间:2024-07-18 12:12:00
rust template-engine handlebars handlebars-js
车把-锈在 Rust 和 Rust 中实现的Handlebars 模板语言。Handlebars-rust 是渲染官方 Rust 网站rust-lang.org的模板引擎,它的书.入门快速开始externcrate handlebars;
#[macro_use]externcrate serde_json;use handlebars:: Handlebars;fnmain () ->Result <(),Box
【文件预览】:
handlebars-rust-master
----.travis.yml(918B)
----rustfmt.toml(23B)
----build-wasm.sh(98B)
----.github()
--------FUNDING.yml(559B)
--------workflows()
----tests()
--------escape.rs(1KB)
--------block_context.rs(2KB)
--------template_names.rs(750B)
--------subexpression.rs(4KB)
--------helper_with_space.rs(802B)
--------helper_macro.rs(2KB)
--------data_helper.rs(780B)
--------helper_function_lifetime.rs(922B)
--------root_var.rs(402B)
----LICENSE(1KB)
----src()
--------grammar.pest(6KB)
--------error.rs(8KB)
--------util.rs(510B)
--------cli.rs(1KB)
--------template.rs(41KB)
--------support.rs(2KB)
--------registry.rs(34KB)
--------json()
--------block.rs(4KB)
--------local_vars.rs(956B)
--------partial.rs(10KB)
--------decorators()
--------output.rs(1KB)
--------render.rs(34KB)
--------grammar.rs(9KB)
--------sources.rs(678B)
--------lib.rs(15KB)
--------macros.rs(7KB)
--------helpers()
--------context.rs(14KB)
----Cargo.toml(1KB)
----benches()
--------bench.rs(6KB)
----wasm()
--------LICENSE(10B)
--------wapm.toml(365B)
--------README.md(99B)
----examples()
--------error.rs(902B)
--------partials()
--------script.rs(1KB)
--------decorator.rs(5KB)
--------render()
--------render_file()
--------error()
--------quick.rs(487B)
--------dev_mode.rs(890B)
--------render_file.rs(3KB)
--------render.rs(3KB)
--------partials.rs(1KB)
--------decorator()
--------script()
--------render_cli()
--------dev_mode()
----.gitignore(146B)
----CHANGELOG.md(19KB)
----fuzz()
--------fuzz_targets()
--------Cargo.toml(433B)
--------.gitignore(25B)
----release.toml(346B)
----README.md(7KB)
----profile.sh(72B)