Crates.io | security-translocate-sys |
lib.rs | security-translocate-sys |
version | 0.1.1 |
source | src |
created_at | 2024-09-19 04:01:11.201077 |
updated_at | 2024-09-19 04:59:14.16952 |
description | Direct Rust FFI Bindings to libsecurity_translocate |
homepage | http://t0rr3sp3dr0.github.io/security-translocate-sys |
repository | https://github.com/t0rr3sp3dr0/security-translocate-sys |
max_upload_size | |
id | 1379832 |
size | 22,203 |
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.
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"