木 pyrossh
|
cv
|
posts
~repos
/tide-jsx
#rust
#proc-macro
#jsx
git clone
https://pyrossh.dev/repos/tide-jsx.git
Tide + JSX
Readme
|
Commits
|
Files
file:
tests/ui/fail/unclosed-tag.rs
Contents
|
History
|
Blame
fn
main
() {
tide_jsx
::
html!
{
<ul>
<li>
<
/
ul>
};
}