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

Add unstable zerocopy support #538

Merged
merged 1 commit into from Oct 31, 2021
Merged

Add unstable zerocopy support #538

merged 1 commit into from Oct 31, 2021

Conversation

KodrAus
Copy link
Member

@KodrAus KodrAus commented Oct 30, 2021

Follow up to #498

This adds support for the zerocopy library as an unstable feature. In order to build you'll need to enable the zerocopy-unstable feature as well as set a RUSTFLAGS cfg directly:

RUSTFLAGS="--cfg uuid_unstable"

Since we'll need to pull in new versions of zerocopy as they're released we'll bump it in minor releases of uuid, which may break consumers that opt-in until the new version of zerocopy propagates.

cc @mwanner @sivadeilra

@KodrAus KodrAus merged commit 973b174 into uuid-rs:main Oct 31, 2021
@KodrAus KodrAus deleted the feat/unstable-zerocopy branch October 31, 2021 06:41
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

Successfully merging this pull request may close these issues.

None yet

1 participant