RustCrypto / RustCrypto/formats
Builder feature on no-std and no getrandom supported targets
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 338
- Forks
- 188
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 15
Description
Would it be possible to have the "builder" feature be without the "std" feature and without the "getrandom" dependency?
For usage on no-std targets and no getrandom supported targets (esp32).
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
Start by inspecting the crate's feature and dependency declarations to see how the builder feature currently enables std and getrandom. Check the no-std and ESP32 target constraints described in the issue, then verify that enabling builder does not pull in those capabilities. Done means the feature combination builds for the intended targets without getrandom support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100