We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Parsing practice problems in Rust
Difficulty:
Category:
Tag:
Showing 7 of 7
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| #[cfg], cfg!, cfg_attr and the new cfg_select! | Medium | Framework |
|
|
| flat_map: expand a range spec like "1-3,7,10-12" | Medium | End-to-End |
|
|
| map, filter, filter_map: parse host:port lines | Easy | Primitives |
|
|
| peekable and next_if: write a tokeniser | Hard | End-to-End |
|
|
| Version requirements: caret, tilde, wildcard, pre-releases | Medium | Framework |
|
|
| Zero-copy parsing: borrow, don't allocate | Medium | Primitives |
|
|
| Zero-copy tokenizer: `Parser<'a>` | Hard | End-to-End |
|