os-rust/library/proc_macro
Nika Layzell 0a049fd30d proc_macro: reduce the number of messages required to create, extend, and iterate TokenStreams
This significantly reduces the cost of common interactions with TokenStream
when running with the CrossThread execution strategy, by reducing the number of
RPC calls required.
2022-06-17 00:42:26 -04:00
..
src proc_macro: reduce the number of messages required to create, extend, and iterate TokenStreams 2022-06-17 00:42:26 -04:00
Cargo.toml proc_macro: Add a workaround for rustdoc 2022-04-19 22:49:27 +03:00