-
Notifications
You must be signed in to change notification settings - Fork 82
List of breaking changes for next breaking release #217
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
Comments
I was just working on improving some Other suggestions:
|
P.S. I'd be happy to try writing a PR for the |
Sounds good to me. I'm fine with the operator overloading sugar, but I think there should still be named methods that the operators just forward to for better rust docs discoverability.
Also sounds good to me 👍
For just the types or the trait methods as well? Either way, that would be very welcome! |
#191 wouldn't be a breaking change, but is another pet issue I have but haven't gotten around to implementing. If we are doing a breaking change, that probably involves some amount of outwards communication, and having this as a cool new feature to help motivate upgrades would be nice to bundle in as well. |
A note I got from an Note that we can't only have |
PR #218 adds the |
no_std
Support #216try_size_hint
andsize_hint
size_hint
's parameter from current depth to max-deptha..b
ranges inUnstructured::int_in_range
check
submodule that provides a mini property-based testing framework #191Unstructured
methods that are actually infallible now (and maybe also introducetry_*
variants that return aResult
and don't create dummy values when the underlying data is exhausted)Anything else?
The text was updated successfully, but these errors were encountered: