5个版本
0.1.2 | 2020年6月21日 |
---|---|
0.1.1 | 2020年6月21日 |
0.1.0 | 2020年6月20日 |
0.0.2 | 2020年6月18日 |
0.0.1 | 2020年6月18日 |
#116 in #html-templating
每月25次下载
用于 rdxl_scaffolding
6KB
mxml
类似于正则表达式,但用于XML
mixin!(Tooltip(message),
<? +"data-toggle"="tooltip" +"data-placement"="top" +title={{message}}/>
);
fn main() {
println!("{}", Tooltip("hey!").mixin(
r#"<button type="button" class="btn btn-secondary">tooltip will be mixed in</button>"#
));
}
贡献
除非您明确声明,否则您提交给mxml的任何有意贡献,都将根据MIT和Apache 2.0许可证双授权,不附加任何额外条款或条件。
依赖
~1.5MB
~36K SLoC