• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,3491,141

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D23-Apr-202074 65

Cargo.tomlH A D23-Apr-20201.4 KiB4137

Cargo.toml.orig-cargoH A D23-Apr-2020921 3025

README.mdH A D21-Jul-2019787 2313

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