tcr / parser-c

Haskell's language-c ported to Rust.
http://docs.rs/parser-c
31 stars 5 forks source link

Proc-macro: put Regexes into lazy_static! #21

Closed birkenfeld closed 7 years ago

birkenfeld commented 7 years ago

This shaves off 4.5 secs from build for me, which is about half the time for rustc expansion pass.

birkenfeld commented 7 years ago

Unneeded with the new FnBox approach for P<T>.