We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
derive-builder requires unwrap() and does runtime checks. There's a few popular crates that use type state, e.g.:
unwrap()
I don't have experience with either, but I definitely don't like the pervasive requirement for unwrap() we have here.
The text was updated successfully, but these errors were encountered:
I wonder if we can have multiple builders so we don't introduce a breaking change.
Sorry, something went wrong.
No branches or pull requests
derive-builder requires
unwrap()
and does runtime checks. There's a few popular crates that use type state, e.g.:I don't have experience with either, but I definitely don't like the pervasive requirement for
unwrap()
we have here.The text was updated successfully, but these errors were encountered: