Docs.rs
  • apikeys-rs-0.1.0
    • apikeys-rs 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • iltumio
    • Dependencies
      • async-trait ^0.1.76 normal
      • axum ^0.7.3 normal
      • bson ^2.8.1 normal
      • chrono ^0.4.31 normal
      • dotenv ^0.15.0 normal
      • futures-util ^0.3.30 normal
      • http ^1.0.0 normal
      • mongodb ^2.8.0 normal
      • redis ^0.25.4 normal
      • serde ^1.0.193 normal
      • serde_json ^1.0.109 normal
      • tower ^0.4.11 normal
      • tracing ^0.1.40 normal
      • rusty-hook ^0.11.2 dev
      • tokio ^1.35.0 dev
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

apikeys_rs0.1.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • axum_layer::ApiKeyLayer
  • axum_layer::ApiKeyMiddleware
  • limiters::redis_limiter::RedisLimiter
  • manager::KeyManager
  • storage::memory_storage::HashMapStorage
  • storage::mongodb_storage::MongoDBStorage
  • types::ApiKey
  • types::ApiKeyLimits
  • types::ApiKeyRestrictions

Enums

  • axum_layer::errors::ApiKeyLayerError
  • errors::ApiKeyLimiterError
  • errors::ApiKeyManagerError
  • errors::ApiKeyStorageError
  • types::ApiKeyLimit
  • types::ApiKeyStatus

Traits

  • traits::ApiKeyLimiter
  • traits::ApiKeyManager
  • traits::ApiKeyStorage