axohtml-macros 0.4.1

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);