bytemuck/derive/src
Valentin 3c1a0d9b35
Improve assembly of Contiguous derive (#200)
`from_integer` and `into_integer` are usually provided by the trait's
default implementation. We override this implementation because it goes
through `transmute_copy`, which can lead to inefficient assembly as seen
in https://github.com/Lokathor/bytemuck/issues/175 .
2023-09-05 13:41:44 -06:00
..
lib.rs Fix derive non-run doctests. (#204) 2023-09-05 13:36:10 -06:00
traits.rs Improve assembly of Contiguous derive (#200) 2023-09-05 13:41:44 -06:00