We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Errors practice problems in Rust
Difficulty:
Category:
Tag:
Showing 20 of 20
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| Adding context without anyhow | Hard | Framework |
|
|
| Borrowing through Option | Medium | Primitives |
|
|
| Boxed errors and downcasting | Medium | Primitives |
|
|
| Collecting an iterator of Results | Medium | Primitives |
|
|
| Converting between Option and Result | Medium | Primitives |
|
|
| Documenting failure: # Errors and # Panics | Medium | Framework |
|
|
| Eager vs lazy defaults | Easy | Primitives |
|
|
| Error chains and source() | Medium | Primitives |
|
|
| From impls: the machinery behind `?` | Medium | Primitives |
|
|
| Implementing std::error::Error | Medium | Primitives |
|
|
| Matching on Option | Easy | Primitives |
|
|
| #[must_use] in depth | Medium | Framework |
|
|
| Mutating an Option in place | Medium | Primitives |
|
|
| `?` on Option, and bridging to Result | Medium | Primitives |
|
|
| Propagating with `?` | Easy | Primitives |
|
|
| Result, and why it is #[must_use] | Easy | Primitives |
|
|
| Result combinators and map_err | Easy | Primitives |
|
|
| The Option combinator vocabulary | Easy | Primitives |
|
|
| TryFrom, TryInto, and the type that cannot exist | Medium | Primitives |
|
|
| unwrap and expect discipline | Medium | Primitives |
|