Docs.rs
  • esetres-0.2.0
    • esetres 0.2.0
    • Permalink
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • ieedan
    • Dependencies
      • axum ^0.7.5 normal
      • bcrypt ^0.15.1 normal
      • chrono ^0.4.38 normal
      • clap ^4.5.4 normal
      • colored ^2.1.0 normal
      • dialoguer ^0.11.0 normal
      • dotenvy ^0.15.7 normal
      • get_if_addrs ^0.5.3 normal
      • jsonwebtoken ^9.3.0 normal
      • mime_guess ^2.0.5 normal
      • rand ^0.8.5 normal
      • reqwest ^0.12.4 normal
      • rusqlite ^0.31.0 normal
      • serde ^1.0.203 normal
      • serde_json ^1.0.117 normal
      • tokio ^1.38.0 normal
      • tokio-util ^0.7.12 normal
      • tower ^0.4.13 normal
      • tower-http ^0.5.2 normal
    • Versions
    • 23.15% of the crate is documented
  • Platform
    • 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

esetres0.2.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • config::MimeTypes
  • config::Object
  • db::schema::Token
  • jwt::Claims
  • router::AppState
  • router::buckets::CreateBucketRequest

Enums

  • commands::Buckets
  • commands::Commands
  • commands::Tokens
  • db::schema::Access

Functions

  • commands::buckets::create::run
  • commands::buckets::delete::run
  • commands::buckets::list::run
  • commands::init::run
  • commands::migrate::run
  • commands::start::run
  • commands::tokens::list::run
  • commands::tokens::mint::run
  • commands::tokens::revoke::run
  • config::get
  • db::connect
  • db::migrate
  • jwt::create
  • jwt::validate
  • router::buckets::create
  • router::cache::invalidate
  • router::create
  • router::files::delete
  • router::files::get
  • router::files::private_delete
  • router::files::private_get
  • router::files::private_upload
  • router::files::public_delete
  • router::files::public_get
  • router::files::public_upload
  • router::files::upload
  • router::health::health_check
  • router::is_authed
  • router::middleware::authorization
  • router::middleware::from_host
  • util::min_length
  • util::repeat