killercup / killercup/rust-docstrings
Refactor markdown event collection
- Dominant language
- Rust
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I don't even remember how I did that, except that it was a weird combination of `peek`, `take_while` and macros. We can do that in a better, maintainable way. And maybe even find a nice abstraction for common things.
Also, itertools is our friend. And we shouldn't worry about performance.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name a file or test; start by locating the markdown event collection that uses `peek`, `take_while`, and macros. Read the surrounding collection code and existing abstractions, then use the project's tests or checks to confirm the refactor preserves behavior while making the implementation more maintainable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100