maud 0.27.0

Compile-time HTML templates.
Documentation
1
2
3
4
5
6
7
8
9
error: unexpected end of input, expected one of: curly braces, literal, parentheses, `@`, `;`
 --> tests/warnings/attribute-missing-value.rs:4:5
  |
4 | /     html! {
5 | |         a href=
6 | |     };
  | |_____^
  |
  = note: this error originates in the macro `html` (in Nightly builds, run with -Z macro-backtrace for more info)