Lokathor/utf16_lit

Lower MSRV

Closed this issue · 3 comments

Splitting the crate into an -impl crate along the lines of proc_macro_hack would allow it to be used on much lower Rust versions.

I'm not super excited by this idea, but how much lower are we talking?

Back to the release of procedural macros in 1.30.0. I'm made a POC in my fork, it doesn't require any major changes, just another name on crates.io for the implementation crate

since we moved to the macro_rules version the MSRV actually went up by one. I don't think we can do this any more.