mbedtls 0.2.0

Idiomatic Rust wrapper for MbedTLS, allowing you to use MbedTLS with only safe code while being able to use such great Rust features like error handling and closures. Building on MbedTLS's focus on embedded use, this crate can be used in a no_std environment.
Documentation

mbedtls

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 3 of them enabled by default.

default

  • std
  • aesni

std

  • mbedtls-sys-auto/std
  • serde/std

aesni

  • mbedtls-sys-auto/aesni

pthread

  • threading
  • std
  • mbedtls-sys-auto/pthread

spin_threading

  • threading
  • spin
  • mbedtls-sys-auto/custom_threading

force_aesni_support

  • mbedtls-sys-auto/custom_has_support
  • aesni

spin

    This feature flag does not enable additional features.

core_io

    This feature flag does not enable additional features.

rdrand

    This feature flag does not enable additional features.

threading

    This feature flag does not enable additional features.