rustls-ffi

Crates.iorustls-ffi
lib.rsrustls-ffi
version
sourcesrc
created_at2021-11-15 06:23:05.070376
updated_at2024-11-22 19:08:37.996854
descriptionRustls bindings for non-Rust languages
homepagehttps://github.com/rustls/rustls-ffi
repositoryhttps://github.com/rustls/rustls-ffi
max_upload_size
id482015
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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
publishers (github:rustls:publishers)

documentation

README

Rustls-FFI

This package contains bindings for using rustls in a non-Rust language. If you're looking at this on crates.io, you may want the rustls crate instead.

Even though this is a non-Rust API, it is published on crates.io so other crates that wrap a different non-Rust API (for instance: the curl crate wraps libcurl) can depend on it.

You may also want to read the rustls-ffi README.

Commit count: 543

cargo fmt