rust-embedded / rust-embedded/heapless
Replace `mpmc_large` feature using `LenType`.
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 253
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 1
Description
It should be possible to replace the mpmc_large feature by using LenType, or possibly an AtomicLenType super trait.
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
Search the repository for the mpmc_large feature and the LenType definitions and usages, then read the related implementation and tests. Determine whether LenType or an AtomicLenType super trait can fully replace the feature, and verify that the existing behavior and tests remain covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100