Replies: 1 comment
-
Answered my own question: bindgen .\bsec_interface.h -o bsec_bindings.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running a
cross build --target thumbv6m-none-eabi
using podman on windows 11
against a project that depends on https://crates.io/crates/libalgobsec-sys, however I cannot use std (instead I am using embassy). The compilation fails which I understand, but is there a way I can access the produced rust code which I can then for now migrate from std to embassy myself?
Beta Was this translation helpful? Give feedback.
All reactions