SoftbearStudios / SoftbearStudios/bitcode
req: Encode/Decode for std::ops::Bound<T>
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 671
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Useful for passing range mechanics around.
Low priority, but possibly low hanging fruit as well (it was easy to one-off it).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced Rust range.rs definition of std::ops::Bound, then inspect the repository's existing Encode and Decode implementations for similar types. Add support for encoding and decoding Bound, and verify that range-bound values round-trip correctly through the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100