rust/library/proc_macro
Mark Rousskov 8c2080886f Write primitive types via array buffers
This allows a more efficient implementation (avoiding a fallback to memmove,
which is not optimal for short writes).

This saves 0.29% on diesel.
2021-05-29 12:52:06 -04:00
..
src Write primitive types via array buffers 2021-05-29 12:52:06 -04:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00