Crate js_intern_proc_macro

Source

Macrosยง

  • Does a very conservative check to see if an expression is a candidate for interning. If the expression is a candidate to be interned this will return js_intern!(...) Otherwise, the original expression is returned.