rusty-html 0.1.0

This crate allows for Jsx html inline like syntax in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.proc-macro2]
version = "1.0.34"

[dependencies.quote]
version = "1.0.10"

[lib]
proc-macro = true

[package]
authors = ["Michael van Straten"]
description = "This crate allows for Jsx html inline like syntax in rust"
edition = "2021"
license = "MIT"
name = "rusty-html"
repository = "https://github.com/michaelvanstraten/rusty-html"
resolver = "2"
version = "0.1.0"