文件名称:motors:受Mote启发的超小型模板库
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-09 11:44:55
Rust
电机-受Mote启发的超小型模板库 灵感来自。 文献资料 。 基本操作 use motors; let tmpl = motors :: Template :: parse ( "Hello {{user}}!" ). unwrap (); let mut ctx = HashMap :: new (); ctx. insert ( "user" , "Ada" ); assert_eq! ( "Hello Ada!" , tmpl. render ( & ctx)); 贡献 如果您发现错误或需要其他帮助,请。 执照 麻省理工学院。 请参阅。
【文件预览】:
motors-master
----Cargo.toml(491B)
----src()
--------motors.rustpeg(1KB)
--------lib.rs(4KB)
----.travis.yml(692B)
----LICENSE(1KB)
----README.md(615B)
----.gitignore(18B)