# 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](https://crates.io/crates/security-translocate-sys/0.1.1).
## Install
Run the following Cargo command in your project directory:
```sh
cargo add security-translocate
```
Or add the following line to your Cargo.toml:
```toml
security-translocate = "0.2.0"
```
## Documentation
https://docs.rs/security-translocate