BartMassey / BartMassey/bitstream

Add std feature

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

The use of `std::collections::VecDeque` is the only thing in the way of `no_std` support. A default `std` feature should be added, without which the underlying queue will be some `no_std` queue.

Contributor guide

No contributing guide indexed for this repository

Research direction

Inspect the current use of std::collections::VecDeque and the project's feature configuration first. Confirm how the underlying queue is selected, then run the existing test suite and verify that the default build uses std while a no_std build uses the alternative queue.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.