1# rust-security-framework
2
3[![Latest Version](https://img.shields.io/crates/v/security-framework.svg)](https://lib.rs/crates/security-framework)
4
5[Documentation](https://kornelski.github.io/rust-security-framework/doc/security_framework/)
6
7Bindings to the Apple's `Security.framework`. Allows use of TLS and Keychain from Rust.
8
9## License
10
11Licensed under either of
12 * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
13 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
14
15at your option.
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally submitted
20for inclusion in the work by you shall be dual licensed as above, without any
21additional terms or conditions.
22
23