Skip to content

Rust wrapper: fix no_std support#9808

Merged
dgarske merged 1 commit intowolfSSL:masterfrom
holtrop-wolfssl:rust-no-std
Feb 20, 2026
Merged

Rust wrapper: fix no_std support#9808
dgarske merged 1 commit intowolfSSL:masterfrom
holtrop-wolfssl:rust-no-std

Conversation

@holtrop-wolfssl
Copy link
Copy Markdown
Contributor

@holtrop-wolfssl holtrop-wolfssl commented Feb 20, 2026

Description

Generate bindgen API with core instead of std
Replace C types using std:: with core::
Replace std::mem usage with core::mem

Testing

Unit tests + ran with wolfGuard-boringtun.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

Generate bindgen API with core instead of std
Replace C types using std:: with core::
Replace std::mem usage with core::mem
@holtrop-wolfssl holtrop-wolfssl self-assigned this Feb 20, 2026
@holtrop-wolfssl
Copy link
Copy Markdown
Contributor Author

retest this please

@holtrop-wolfssl holtrop-wolfssl marked this pull request as ready for review February 20, 2026 15:50
@dgarske dgarske merged commit 940ac70 into wolfSSL:master Feb 20, 2026
547 of 548 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants