~repos /tide-jsx

#rust#proc-macro#jsx

git clone https://pyrossh.dev/repos/tide-jsx.git

Tide + JSX



file:

Cargo.toml



[package]
name = "tide-jsx"
version = "0.4.0"
authors = ["pyrossh", "Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
description = "A safe and simple template engine with the ergonomics of JSX"
readme = "README.md"
repository = "https://github.com/pyrossh/tide-jsx"
keywords = ["jsx", "rsx", "html", "render", "template"]
categories = ["template-engine"]
license = "MIT"
[dependencies]
tide-jsx-impl = { path = "impl", version = "0.3.0" }
[dev-dependencies]
tide = "0.16.0"
pretty_assertions = "0.6"
async-std = { version = "1.9.0", features = ["attributes"] }
trybuild = "1.0"
tide-testing = "0.1.3"