rust-embedded / rust-embedded/heapless

Replace `mpmc_large` feature using `LenType`.

Open
#561 2 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.