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

Added cache_access feature gate and feature docs via document-features crate #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

virtualritz
Copy link
Contributor

@virtualritz virtualritz commented Oct 1, 2024

This adds:

  • A cache_access feature gate (off by default).
  • Feature documentation via the document-features crate (extracted from Cargo.toml during a doc build).
  • A flag to have docs.rs documentation be built with all features enabled.

Side effects:

Both benches and tests now only can be built if the --feature cache_access/--all-features flag is specified.

When I ran cargo bench there were several speed regressions. I dunno if they're circumstantial (from my system). Just though I mention this.

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.

1 participant