Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t0rr3sp3dr0/security-translocate
Rust Bindings to libsecurity_translocate
https://github.com/t0rr3sp3dr0/security-translocate
Last synced: 4 months ago
JSON representation
Rust Bindings to libsecurity_translocate
- Host: GitHub
- URL: https://github.com/t0rr3sp3dr0/security-translocate
- Owner: t0rr3sp3dr0
- License: apache-2.0
- Created: 2024-09-18T06:20:10.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-21T09:19:47.000Z (5 months ago)
- Last Synced: 2024-10-06T19:18:09.756Z (4 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/security-translocate
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.1"
```## Documentation
https://docs.rs/security-translocate