3 unstable releases

0.2.1 Sep 21, 2024
0.2.0 Sep 19, 2024
0.1.0 Sep 18, 2024

#55 in macOS and iOS APIs

Download history 381/week @ 2024-09-17 49/week @ 2024-09-24 50/week @ 2024-10-01

480 downloads per month

Apache-2.0

13KB
184 lines

security-translocate

Rust 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 security-translocate-sys crate.

Install

Run the following Cargo command in your project directory:

cargo add security-translocate

Or add the following line to your Cargo.toml:

security-translocate = "0.2.1"

Documentation

https://docs.rs/security-translocate


lib.rs:

Rust 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 security-translocate-sys crate.

Dependencies

~355KB