simple-rsx 0.1.3

A simple JSX-like syntax implementation for Rust
Documentation
[dependencies.simple-rsx-macros]
version = "0.1.3"

[lib]
name = "simple_rsx"
path = "src/lib.rs"

[package]
authors = ["Jonathan Irhodia <jonathanirhodia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "web-programming"]
description = "A simple JSX-like syntax implementation for Rust"
documentation = "https://docs.rs/simple-rsx"
edition = "2024"
keywords = ["jsx", "react", "template", "markup", "html"]
license = "MIT"
name = "simple-rsx"
readme = "README.md"
repository = "https://github.com/elcharitas/simple-rsx"
version = "0.1.3"