BartMassey / BartMassey/bitstream
Add std feature
Open
- 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