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
480 downloads per month
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
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