[−][src]Crate rustls_native_certs
rustls-native-certs allows rustls to use the platform's native certificate store when operating as a TLS client.
It consists of a single function load_native_certs which returns a
rustls::RootCertStore
pre-filled from the native certificate store.
Functions
load_native_certs | Loads root certificates found in the platform's native certificate store. |
Type Definitions
PartialResult | Like |