BurntSushi / BurntSushi/byteorder
Add slice methods for WriteBytesExt
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
The 1.1.0 release [introduced](https://github.com/BurntSushi/byteorder/commit/ef7f25767cb199a5738b2bc530d9a2a9a49abd7f) slice methods for the `ReadBytesExt` trait (`read_*_into`). It would be useful to have the corresponding write methods for the `WriteBytesExt` trait.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the ReadBytesExt read_*_into methods introduced in version 1.1.0, then inspect the corresponding WriteBytesExt implementation. Done means WriteBytesExt provides matching slice-writing methods for the relevant numeric operations, with behavior verified by the project’s tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100