bbmustache::dragon_face:将胡须模板渲染为字符串

时间:2024-03-15 23:38:53
【文件属性】:

文件名称:bbmustache::dragon_face:将胡须模板渲染为字符串

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-15 23:38:53

templates mustache-templates gleam Rust

bbmustache Gleam绑定到模板库。 import gleam / bbmustache.{string} import gleam / expect pub fn main () { let Ok (template) = bbmustache. compile ( "Hello, {{name}}!" ) let rendered = bbmustache. render (template, [ string ( "name" , "World" ), ]) expect. equal (rendered, "Hello, World!" ) } 快速开始 # Build the project rebar3 compile # Run the eunit tests rebar3 eunit # Run the Erlang REPL reba


【文件预览】:
bbmustache-main
----.gitattributes(31B)
----.github()
--------workflows()
----rebar.lock(340B)
----gleam.toml(26B)
----src()
--------gleam_bbmustache.app.src(265B)
--------gleam_bbmustache_native.erl(131B)
--------gleam()
----LICENSE(11KB)
----test()
--------gleam()
----README.md(539B)
----rebar.config(238B)
----.gitignore(141B)

网友评论