2 releases

0.1.1 Sep 19, 2024
0.1.0 Sep 19, 2024

#137 in macOS and iOS APIs


Used in security-translocate

Apache-2.0

11KB

security-translocate-sys

Direct Rust FFI bindings to Apple’s libsecurity_translocate, part of the Security framework, which facilitates the creation and destruction of app translocation points. These bindings are based on the SecTranslocate header, available here.

Install

Run the following Cargo command in your project directory:

cargo add security-translocate-sys

Or add the following line to your Cargo.toml:

security-translocate-sys = "0.1.1"

Documentation

https://docs.rs/security-translocate-sys


lib.rs:

Direct Rust FFI bindings to Apple’s libsecurity_translocate, part of the Security framework, which facilitates the creation and destruction of app translocation points. These bindings are based on the SecTranslocate header, available here.

Dependencies

~345KB