Docs.rs
  • sasl-0.5.2
    • sasl 0.5.2
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • lumi-me-not
    • linkmauve
    • Ppjet6
    • Dependencies
      • base64 ^0.22 normal optional
      • getrandom ^0.2 normal optional
      • hmac ^0.12 normal optional
      • pbkdf2 ^0.12 normal optional
      • sha1 ^0.10 normal optional
      • sha2 ^0.10 normal optional
    • Versions
    • 31.65% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sasl0.5.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • client::mechanisms::Anonymous
  • client::mechanisms::Plain
  • client::mechanisms::Scram
  • common::Credentials
  • common::scram::Sha1
  • common::scram::Sha256
  • secret::Pbkdf2Sha1
  • secret::Pbkdf2Sha256
  • secret::Plain
  • server::mechanisms::Anonymous
  • server::mechanisms::Plain
  • server::mechanisms::Scram

Enums

  • Error
  • client::MechanismError
  • common::ChannelBinding
  • common::Identity
  • common::Password
  • common::Secret
  • common::scram::DeriveError
  • server::MechanismError
  • server::ProviderError
  • server::Response
  • server::ValidatorError

Traits

  • client::Mechanism
  • common::scram::ScramProvider
  • secret::Pbkdf2Secret
  • secret::Secret
  • server::Mechanism
  • server::Provider
  • server::Validator

Macros

  • impl_validator_using_provider

Functions

  • common::scram::generate_nonce