rust-embedded / rust-embedded/embedded-hal-mock
IO implementation for embedded-io
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rust
- Stars
- 146
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
With the release of embedded-hal 1.0.0 Serial trait has been removed in favor of using embedded-io. This issue proposes adding IO mocks as a preferred method over existing 'Serial' which is based on 'embedded-hal-nb'.
Contributor guide
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
Review the existing Serial mock implementation based on embedded-hal-nb, then compare its role with the embedded-io API described in the issue. Define the IO mock surface that should replace or complement Serial, and verify that embedded-hal-based driver tests can use it without hardware access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100