Cargo Features

ulock-sys has no features set by default.

[dependencies]
ulock-sys = { version = "0.1.0", features = ["experimental-weak", "weak-aarch64-macos"] }
experimental-weak

emulate weak linking using dlsym. NB: this is experimental and may have bugs.

Affects ulock-sys::weak

weak-aarch64-macos

emulate weak linking, even on arm macos (which should always have the API). Does nothing if experimental-weak is off.