Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 381 | 296 | ||
tests/ | 25-Apr-2025 | - | 51 | 49 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 818 | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1 KiB | 38 | 34 | |
Cargo.toml | D | 25-Apr-2025 | 1 KiB | 40 | 33 | |
LICENSE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 26 | 22 | |
METADATA | D | 25-Apr-2025 | 437 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 732 | 25 | 15 | |
build.rs | D | 25-Apr-2025 | 361 | 15 | 11 | |
cargo_embargo.json | D | 25-Apr-2025 | 274 | 12 | 11 |
README.md
1# tokio-openssl 2 3An implementation of SSL streams for Tokio built on top of the [`openssl` crate] 4 5[Documentation](https://docs.rs/tokio-openssl) 6 7[`openssl` crate]: https://github.com/sfackler/rust-openssl 8 9# License 10 11This project is licensed under either of 12 13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or 14 http://www.apache.org/licenses/LICENSE-2.0) 15 * MIT license ([LICENSE-MIT](LICENSE-MIT) or 16 http://opensource.org/licenses/MIT) 17 18at your option. 19 20### Contribution 21 22Unless you explicitly state otherwise, any contribution intentionally submitted 23for inclusion in tokio-openssl by you, as defined in the Apache-2.0 license, 24shall be dual licensed as above, without any additional terms or conditions. 25