RustCrypto / RustCrypto/formats

Builder feature on no-std and no getrandom supported targets

Open
#1,697 4 comments 0 reactions 0 assignees View on GitHub

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

  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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.