keycache-libsecureenclave-sys

Crates.iokeycache-libsecureenclave-sys
lib.rskeycache-libsecureenclave-sys
version0.2.0
created_at2025-08-12 18:19:42.207357+00
updated_at2025-08-12 22:49:24.55368+00
descriptionThis crate provides a sys-wrapper for
homepage
repositoryhttps://github.com/KizzyCode/Keycache-rust
max_upload_size
id1792309
size41,358
Keziah Biermann (KizzyCode)

documentation

README

keycache-libsecureenclave-sys

This crate provides a sys-wrapper for https://github.com/KizzyCode/secureenclave-c.

Bindgen

To regenerate the bindings after an update, call bindgen from the libsecureenclave-sys root directory:

bindgen --default-macro-constant-type=signed \
  --default-enum-style=rust \
  \
  --no-recursive-allowlist \
  --allowlist-type "sep_.*" \
  --allowlist-var "sep_.*" \
  --allowlist-function "sep_.*" \
  \
  --output ./src/ffi/libsecureenclave.rs ./libsecureenclave/Sources/SecureEnclave/include/SecureEnclave.h
Commit count: 12

cargo fmt