Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kornelski/rust-security-framework
Bindings to the macOS Security.framework
https://github.com/kornelski/rust-security-framework
keychain macos rust rust-bindings
Last synced: 4 days ago
JSON representation
Bindings to the macOS Security.framework
- Host: GitHub
- URL: https://github.com/kornelski/rust-security-framework
- Owner: kornelski
- License: apache-2.0
- Created: 2015-08-20T06:45:52.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T19:03:45.000Z (about 1 month ago)
- Last Synced: 2024-10-29T16:23:46.247Z (5 days ago)
- Topics: keychain, macos, rust, rust-bindings
- Language: Rust
- Homepage: https://lib.rs/security-framework
- Size: 2.91 MB
- Stars: 240
- Watchers: 12
- Forks: 88
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: security-framework-sys/Cargo.toml
Awesome Lists containing this project
- awesome-rust-cn - kornelski/rust-security-framework
- awesome-rust - kornelski/rust-security-framework
- awesome-rust-security - rust-security-framework - Rust bindings to the macOS `Security.framework` (Cryptography / Frameworks)
- awesome-rust - kornelski/rust-security-framework
- awesome-rust-cn - kornelski/rust-security-framework
- awesome-rust-zh - kornelski/rust-security-framework - 安全框架的绑定(OSX 原生) (库 / 加密)
- awesome-rust - kornelski/rust-security-framework - Bindings for Security Framework (OSX native) (Libraries / Cryptography)
- awesome-rust - kornelski/rust-security-framework
- fucking-awesome-rust - kornelski/rust-security-framework - Bindings for Security Framework (OSX native) (Libraries / Cryptography)
- fucking-awesome-rust - kornelski/rust-security-framework - Bindings for Security Framework (OSX native) (Libraries / Cryptography)
README
# macOS/iOS Security framework for Rust
[![Latest Version](https://img.shields.io/crates/v/security-framework.svg)](https://lib.rs/crates/security-framework)
[Documentation](https://docs.rs/security-framework)
Bindings to the Apple's `Security.framework`. Allows use of TLS and Keychain from Rust.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.