Skip to content

Conversation

tarcieri
Copy link
Member

Support for creating arbitrary arrays using rust-fuzz's arbitrary crate, which is useful for randomized testing

@tarcieri
Copy link
Member Author

This brings the number of combinations in cargo hack's --feature-powerset up to 129, which is a lot

Support for creating arbitrary arrays using rust-fuzz's `arbitrary`
crate, which is useful for randomized testing
@newpavlov
Copy link
Member

It may be worth to use --group-features on all optional deps.

Groups the optional dependencies in `test` step to improve test times.

We test they all build independently of one another in the `build` step.
@tarcieri tarcieri merged commit b4b3cd1 into master Sep 26, 2025
14 checks passed
@tarcieri tarcieri deleted the arbitary-support branch September 26, 2025 14:45
@tarcieri tarcieri mentioned this pull request Sep 29, 2025
tarcieri added a commit that referenced this pull request Sep 29, 2025
### Added
- Impl `arbitrary::Arbitrary` for `Array` ([#153])

### Changed
- Switch from `doc_auto_cfg` to `doc_cfg` ([#154])

[#153]: #153
[#154]: #154
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.

2 participants