Docs.rs
  • ewe_routing-0.0.1
    • ewe_routing 0.0.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • influx6
    • Dependencies
      • anyhow ^1.0.80 normal
      • async-trait ^0.1.81 normal
      • axum ^0.7.5 normal
      • bytes ^1.6.1 normal
      • ewe_async_utils ^0.0.1 normal
      • ewe_mem ^0.0.1 normal
      • ewe_trace ^0.0.1 normal
      • http ^1.1.0 normal
      • lazy-regex ^3.1 normal
      • lazy_static ^1.4.0 normal
      • regex ^1.10 normal
      • serde ^1.0.197 normal
      • serde_json ^1.0.114 normal
      • serde_with ^3.6.1 normal
      • thiserror ^1.0.57 normal
      • tokio ^1.36 normal
      • tower ^0.4.13 normal
      • tracing ^0.1.40 normal
      • criterion ^0.5 dev
      • tokio ^1.36 dev
      • tokio-test ^0.4 dev
      • tracing-test ^0.2.5 dev
    • Versions
    • 20.07% of the crate is documented
  • 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

ewe_routing0.0.1

Crate Items

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

List of all items

Structs

  • Extensions
  • HeaderMap
  • Uri
  • Version
  • body::Body
  • body::BodyDataStream
  • body::Bytes
  • requests::BodyHttpRequest
  • requests::BytesHttpRequest
  • requests::Extensions
  • requests::HeaderMap
  • requests::LightRequest
  • requests::Request
  • requests::RequestHead
  • requests::TypedHttpRequest
  • requests::Uri
  • requests::Version
  • response::Extensions
  • response::HeaderMap
  • response::LightResponse
  • response::Method
  • response::Response
  • response::ResponseHead
  • response::ResponseResult
  • response::StatusCode
  • response::Uri
  • response::Version
  • router::Router
  • router::RouterService
  • routes::RouteMethod
  • routes::RouteSegment
  • routes::ServicerHandler

Enums

  • requests::Method
  • requests::MethodError
  • requests::TryFromBodyRequestError
  • requests::TryFromLightRequestError
  • requests::TryFromRequestError
  • response::TryFromLightResponseError
  • response::TryFromResponseError
  • router::RouterErrors
  • routes::ParamStaticValidation
  • routes::RouteOp
  • routes::SegmentType

Traits

  • body::HttpBody
  • requests::FromBody
  • requests::FromBytes
  • requests::IntoBody
  • requests::IntoBytes
  • routes::Servicer

Macros

  • field_method
  • field_method_as_mut
  • set_field_method_as_mut

Functions

  • body::to_bytes
  • router::bad_request_handler
  • router::default_fallback_method
  • routes::create_servicer_func

Type Aliases

  • requests::Params
  • requests::RouteURL
  • router::RouterResult
  • router::ServerFuture
  • routes::HandlerFunc
  • routes::ResponseFuture
  • routes::ServicerResult