2022-02-26 18:45:25 +01:00
2022-02-08 16:03:11 -10:00
2022-02-26 18:45:25 +01:00
2022-02-01 11:40:49 -08:00
2022-02-25 16:22:27 -08:00
2022-02-26 18:45:25 +01:00
2022-02-01 12:17:05 -08:00
2022-02-08 16:13:06 -10:00
2022-02-01 11:40:49 -08:00

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

Description
🦀 Rust support library for semaphore
Readme
Languages
Rust 100%