maud/maud_macros
Chris Wong 9674865846 Combine .push_str() calls across blocks
This also disallows `@let` in non-block contexts, e.g.

    img src=@let foo = bar; ;

This yields a 20 - 50 ns speedup in benchmarks, as well as reducing code
size by a slight amount.
2017-10-07 14:17:38 +13:00
..
src Combine .push_str() calls across blocks 2017-10-07 14:17:38 +13:00
Cargo.toml Release 0.17.1 2017-08-11 21:15:20 +12:00