maud-extensions 0.6.2

Component, inline CSS/JS, and font helper macros for Maud views.
Documentation
1
2
3
4
5
6
7
8
9
error: js! could not parse JavaScript (rendered JS line 1, column 6: Expression expected)
       help: fix the JavaScript syntax near that rendered JS location
 --> tests/ui/js_invalid_script.rs:4:9
  |
4 |       js!({
  |  _________^
5 | |         let = ;
6 | |     });
  | |_____^