typed-html-macros 0.2.2

Type checked JSX for Rust (proc_macro crate)
Documentation
// We REALLY don't want to lint the generated parser code.
#![allow(clippy::all)]

use lalrpop_util::lalrpop_mod;

lalrpop_mod!(pub grammar);