| Crates.io | security-translocate |
| lib.rs | security-translocate |
| version | 0.2.1 |
| created_at | 2024-09-18 07:12:15.225681+00 |
| updated_at | 2024-09-21 09:07:31.744012+00 |
| description | Rust Bindings to libsecurity_translocate |
| homepage | http://t0rr3sp3dr0.github.io/security-translocate |
| repository | https://github.com/t0rr3sp3dr0/security-translocate |
| max_upload_size | |
| id | 1378856 |
| size | 23,924 |
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.
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"