Crates.io | tls-api-not-tls |
lib.rs | tls-api-not-tls |
version | |
source | src |
created_at | 2021-02-21 07:43:24.946202 |
updated_at | 2024-11-25 15:42:14.666585 |
description | TLS API implementation which returns plain sockets. This is NOT TLS implementation. |
homepage | |
repository | https://github.com/edgedb/rust-tls-api/ |
max_upload_size | |
id | 358402 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Implementation which returns the (wrapped) socket in connect
and accept
operations. No TLS.
Might be useful in writing tests or something.