Rustache是​​Mustache规范的Rust实现。-Rust开发

时间:2021-05-27 18:51:33
【文件属性】:
文件名称:Rustache是​​Mustache规范的Rust实现。-Rust开发
文件大小:38KB
文件格式:ZIP
更新时间:2021-05-27 18:51:33
Rust Template engine Rustache Rustache是​​Mustache规范的Rust实现。 文档在mustache(5)手册页中记录了不同的Mustache标记。 Rustache Rustache是​​Mustache规范的Rust实现。 文档在mustache(5)手册页中记录了不同的Mustache标记。 项目的文档页面位于此处。 安装通过货物安装:rustache =“ ^ 0.1”然后将其链接到板条箱中,如下所示:extern crate rustache; API方法用户使用Rustache时将与之交互的主要前向接口是rustache :: Render特性提供的render方法,如下所示://渲染给定
【文件预览】:
rustache-master
----Cargo.toml(549B)
----src()
--------compiler.rs(10KB)
--------rustache.rs(4KB)
--------build.rs(9KB)
--------errors.rs(751B)
--------lib.rs(3KB)
--------parser.rs(17KB)
--------template.rs(43KB)
----CONTRIBUTING.md(638B)
----.travis.yml(655B)
----README.md(4KB)
----test_data()
--------test_spec_partials_recursion(76B)
--------test_spec_partials_padding_whitespace(2B)
--------section_with_partial.partial(15B)
--------test_spec_partials_whitespace(3B)
--------test_spec_partials_basic(12B)
--------test_spec_partials_context(10B)
--------test_spec_partials_standalone_without_newline(3B)
--------sections_test.json(4KB)
--------sections_test.tmpl(361B)
--------hopper_quote.partial(60B)
--------hopper.data(26B)
--------hopper.mustache(54B)
--------cmdline_test.json(22B)
--------test_spec_partials_inline_indentation(3B)
--------section_with_partial_template.html(405B)
--------cmdline_test.tmpl(21B)
--------test_spec_partials_standalone_without_previous_line(3B)
--------test_spec_partials_standalone_indentation(17B)
----tests()
--------test_spec_comments.rs(6KB)
--------test_spec_lambdas.rs(10KB)
--------test_spec_interpolation.rs(19KB)
--------test_spec_partials.rs(7KB)
--------test_spec_inverted.rs(12KB)
--------test_spec_sections.rs(20KB)
----.gitignore(351B)

网友评论