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

Document semver stability of crate features #949

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

tgeoghegan
Copy link
Collaborator

Adds a column to the table in "Cargo features" documenting whether items gated behind each feature are exempt from Semver stability guarantees.

Adds a column to the table in "Cargo features" documenting whether items
gated behind each feature are exempt from Semver stability guarantees.
@tgeoghegan tgeoghegan requested a review from a team as a code owner February 16, 2024 20:38
README.md Outdated
|`crypto-dependencies`|Yes|Enables dependencies on various RustCrypto crates, and uses them to implement `XofTurboShake128` to support VDAFs.|✅|
|`experimental`|No|Certain experimental APIs are guarded by this feature.|❌|
|`multithreaded`|No|Enables certain Prio3 VDAF implementations that use `rayon` for parallelization of gadget evaluations.|✅|
|`test-util`|No|Enables test utilities like [the `dummy::Vdaf`][dummy-vdaf].|❌|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be worth mentioning prio::vdaf::test_utils::run_vdaf() as well, for testing VDAFs outside the crate. Or we could say more generically, "Enables test utilities for VDAF users and VDAF implementers."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, best not to commit to enumerating test-util items. I switched to your suggested sentence.

@tgeoghegan tgeoghegan enabled auto-merge (squash) February 21, 2024 23:17
@tgeoghegan tgeoghegan merged commit d7c1c08 into main Feb 21, 2024
6 checks passed
@tgeoghegan tgeoghegan deleted the timg/document-semver-features branch February 21, 2024 23:21
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

2 participants