Docs.rs
  • feather-0.5.2
    • feather 0.5.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • BersisSe
    • Dependencies
      • anymap ~0.12 normal
      • chrono ^0.4.41 normal
      • feather-macros ^0.1 normal
      • feather-runtime ~0.4 normal
      • jsonwebtoken ^9 normal optional
      • log ~0.4 normal optional
      • serde ^1 normal optional
      • serde_json ^1 normal optional
      • simple_logger ^5.0 normal optional
    • Versions
    • 62.86% of the crate is documented
  • Platform
    • 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

feather0.5.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • Request
  • Response
  • internals::App
  • internals::AppContext
  • internals::HeaderMap
  • internals::HeaderName
  • internals::HeaderValue
  • internals::Method
  • internals::Uri
  • jwt::Error
  • jwt::JwtManager
  • jwt::SimpleClaims
  • middlewares::builtins::Cors
  • middlewares::builtins::Logger
  • middlewares::builtins::ServeStatic

Enums

  • Value
  • jwt::ErrorKind
  • middlewares::common::MiddlewareResult

Traits

  • jwt::Claim
  • middlewares::common::Middleware

Macros

  • chain
  • info
  • json
  • middleware
  • middlewares::common::chain
  • next
  • trace
  • warn

Attribute Macros

  • jwt_required
  • middleware_fn

Derive Macros

  • Claim

Functions

  • jwt::with_jwt_auth
  • middlewares::common::_chainer

Type Aliases

  • Outcome