Docs.rs
  • jwts-0.5.1
    • jwts 0.5.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • suransea
    • Dependencies
      • aws-lc-rs ^1.6.4 normal
      • base64ct ^1.6.0 normal
      • serde ^1.0.171 normal
      • serde_derive ^1.0.171 normal
      • serde_json ^1.0.102 normal
    • Versions
    • 72.97% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

jwts0.5.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Claims
  • jws::Header
  • jws::NoVerify
  • jws::Token
  • jws::VerifyWith
  • jws::alg::ES256
  • jws::alg::ES384
  • jws::alg::ES512
  • jws::alg::Ed25519
  • jws::alg::HS256
  • jws::alg::HS384
  • jws::alg::HS512
  • jws::alg::PS256
  • jws::alg::PS384
  • jws::alg::PS512
  • jws::alg::RS256
  • jws::alg::RS384
  • jws::alg::RS512
  • validate::ExpectAud
  • validate::ExpectIss
  • validate::ExpectJti
  • validate::ExpectSub
  • validate::ExpiredTime
  • validate::IssuedAtTime
  • validate::NotBeforeTime

Enums

  • Error
  • validate::ValidateError

Traits

  • jws::Verify
  • jws::alg::Algorithm
  • validate::Validate
  • validate::Validation

Functions

  • jws::decode
  • jws::encode