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

pub API for constructing DenseWriteSequence, SparseWriteSequence #116

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

rroelke
Copy link
Member

@rroelke rroelke commented Jun 11, 2024

Downstream crates may desire to construct DenseWriteSequence or SparseWriteSequence without using their Arbitrary traits.

(This is a need we currently have in the tables repo)

This pull request adds appropriate From and FromIterator impls for both.

@rroelke rroelke merged commit 2eb0d24 into main Jun 11, 2024
2 checks passed
@rroelke rroelke deleted the rr/proptest-strategies-write-sequence-construct branch June 11, 2024 18:39
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