tls-api-not-tls

Crates.iotls-api-not-tls
lib.rstls-api-not-tls
version
sourcesrc
created_at2021-02-21 07:43:24.946202
updated_at2024-11-25 15:42:14.666585
descriptionTLS API implementation which returns plain sockets. This is NOT TLS implementation.
homepage
repositoryhttps://github.com/edgedb/rust-tls-api/
max_upload_size
id358402
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`
size0
Aljaž Mur Eržen (aljazerzen)

documentation

README

tls-api-not-tls

Implementation which returns the (wrapped) socket in connect and accept operations. No TLS.

Might be useful in writing tests or something.

Commit count: 402

cargo fmt