Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export size_32/size_64 features from rkyv #147

Open
bonsairobo opened this issue Jul 19, 2023 · 1 comment
Open

Export size_32/size_64 features from rkyv #147

bonsairobo opened this issue Jul 19, 2023 · 1 comment

Comments

@bonsairobo
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant