Docs.rs
  • api-tools-0.0.4
    • api-tools 0.0.4
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fabienbellanger
    • Dependencies
      • async-trait ^0.1.88 normal
      • axum ^0.8.4 normal
      • bytes ^1.10.1 normal
      • bytesize ^2.0.1 normal
      • chrono ^0.4.41 normal
      • chrono-tz ^0.10.3 normal
      • futures ^0.3.31 normal
      • http-auth-basic ^0.3.5 normal
      • hyper ^1.6.0 normal
      • mime ^0.3.17 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • serde_urlencoded ^0.7.1 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.45.1 normal
      • tower ^0.5.2 normal
      • tower-http ^0.6.4 normal
      • tracing ^0.1.41 normal
      • tracing-appender ^0.2.3 normal
      • tracing-subscriber ^0.3.19 normal
      • uuid ^1.17.0 normal
      • base64 ^0.22.1 dev
    • Versions
    • 57.61% of the crate is documented
  • Go to latest version
  • 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
    • 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

api_tools0.0.4

Crate Items

  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
  • Type Aliases

List of all items

Structs

  • server::axum::extractors::ExtractRequestId
  • server::axum::extractors::Path
  • server::axum::extractors::Query
  • server::axum::layers::basic_auth::BasicAuthLayer
  • server::axum::layers::basic_auth::BasicAuthMiddleware
  • server::axum::layers::cors::CorsConfig
  • server::axum::layers::http_errors::HttpErrorsConfig
  • server::axum::layers::http_errors::HttpErrorsLayer
  • server::axum::layers::http_errors::HttpErrorsMiddleware
  • server::axum::layers::logger::LoggerLayer
  • server::axum::layers::logger::LoggerMiddleware
  • server::axum::layers::request_id::MakeRequestUuid
  • server::axum::response::ApiErrorResponse
  • server::axum::response::ApiSuccess
  • value_objects::datetime::UtcDateTime
  • value_objects::pagination::Pagination
  • value_objects::pagination::PaginationResponse
  • value_objects::query_sort::QuerySort
  • value_objects::query_sort::QuerySorts
  • value_objects::timezone::Timezone

Enums

  • server::axum::response::ApiError
  • value_objects::datetime::UtcDateTimeError
  • value_objects::query_sort::QuerySortDirection
  • value_objects::timezone::TimezoneError

Functions

  • server::axum::layers::body_from_parts
  • server::axum::layers::cors::cors
  • server::axum::layers::header_value_to_str

Type Aliases

  • value_objects::query_sort::QuerySortField

Statics

  • server::axum::layers::request_id::REQUEST_ID_HEADER

Constants

  • value_objects::pagination::PAGINATION_DEFAULT_LIMIT
  • value_objects::pagination::PAGINATION_MAX_LIMIT
  • value_objects::pagination::PAGINATION_MIN_LIMIT