🦀 Rust support library for semaphore
Go to file
Remco Bloemen b775711657 Fix test 2022-02-25 16:22:27 -08:00
snarkfiles remove example circuits 2022-02-08 16:03:11 -10:00
src Fix test 2022-02-25 16:22:27 -08:00
.gitignore Add formating rules 2022-02-01 11:40:49 -08:00
Cargo.lock Fix test 2022-02-25 16:22:27 -08:00
Cargo.toml Fix test 2022-02-25 16:22:27 -08:00
README.md build instructions in readme 2022-02-08 16:13:06 -10:00
cbindgen.toml snark file config and ffi lib 2022-02-08 15:57:21 -10:00
libsemaphore.h snark file config and ffi lib 2022-02-08 15:57:21 -10:00
mit-license.md Update crate info 2022-02-01 12:17:05 -08:00
rustfmt.toml Add formating rules 2022-02-01 11:40:49 -08:00

README.md

Semaphore-rs

Rust support library for Semaphore

Build static lib via ffi

Build e.g. for iOS simulator:

cargo build --release --target=aarch64-apple-ios-sim

Generate header file:

cbindgen ./src/lib.rs -c cbindgen.toml | grep -v \#include | uniq > libsemaphore.h