Add no_std support to binrw::io::BufReader
Open
enhancement
- Dominant language
- Rust
- Stars
- 853
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
Currently implemented as a wrapper type this could either be a no_std reimplementation or just a wrapper around whichever implementation is available.
Contributor guide
Research direction
Start by reading the binrw::io::BufReader implementation and how its current wrapper type depends on standard-library I/O. Compare the available no_std approach with wrapping an implementation available in that environment. Done means BufReader supports no_std without breaking its existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100