parry icon indicating copy to clipboard operation
parry copied to clipboard

Export `size_32/size_64` features from `rkyv`

Open bonsairobo opened this issue 1 year ago • 1 comments

These features determine how usize is serialized, and they are mutually exclusive. If a downstream crate tries to enable size_64, they will get a compile error because, by default, parry enables size_32.

bonsairobo avatar Jul 19 '23 06:07 bonsairobo

This has become lower priority for me because it's easy enough to just not use usize in archived types.

bonsairobo avatar Jul 22 '23 22:07 bonsairobo