Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 1,349 | 1,141 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 23-Apr-2020 | 74 | 6 | 5 | |
Cargo.toml | H A D | 23-Apr-2020 | 1.4 KiB | 41 | 37 | |
Cargo.toml.orig-cargo | H A D | 23-Apr-2020 | 921 | 30 | 25 | |
README.md | H A D | 21-Jul-2019 | 787 | 23 | 13 |
README.md
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