4 releases (2 breaking)
Uses new Rust 2024
| 0.3.0 | Oct 1, 2025 |
|---|---|
| 0.2.0 | Sep 29, 2025 |
| 0.1.1 | Sep 19, 2025 |
| 0.1.0 | Sep 19, 2025 |
#2291 in Rust patterns
325 downloads per month
32KB
311 lines
ResultOption
Do your functions often return Result<Option<T>, E>? Then you may find the ResultOption handy.
The API is in a very early stage and not very useful yet. But let's see how it evolves.
It is mainly my personal playground for learning Rust and publishing a crate. Feel free to contribute!
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for development and release guidelines.