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

feat(bolero-generator): add DynDriver trait #257

Merged
merged 1 commit into from
Nov 24, 2024
Merged

feat(bolero-generator): add DynDriver trait #257

merged 1 commit into from
Nov 24, 2024

Conversation

camshaft
Copy link
Owner

@camshaft camshaft commented Nov 24, 2024

This change adds a object-safe trait for drivers. This will allow for things like Box<dyn DynDriver>, which can, for example, be stored in thread-local storage.

@camshaft camshaft marked this pull request as ready for review November 24, 2024 20:42
@camshaft camshaft merged commit 04cb435 into master Nov 24, 2024
9 checks passed
@camshaft camshaft deleted the dyn-driver branch November 24, 2024 20:43
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