release: review public APIs for next release, 0.5.0 with breaking changes
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 155
- Forks
- 42
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 3
Description
Some of the methods most likely do not need to be pub. As part of taking zerocopy 0.8.x, this will require a semver breaking change update, so use this chance to do a sweep of the public methods and remove any that aren't necessary.
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
The issue names no files or tests. Start by reviewing the crate's public methods and the zerocopy 0.8.x migration requirements, then identify which methods are required as public API. Done means unnecessary public methods are no longer public and the semver-breaking release scope is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, release
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 42/100