Docs.rs
  • micro-web-0.1.0-alpha.1
    • micro-web 0.1.0-alpha.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • zavakid
    • Dependencies
      • async-trait ^0.1 normal
      • bytes ^1.3.0 normal
      • futures ^0.3.26 normal
      • http ^0.2.9 normal
      • http-body ^1.0.0-rc.2 normal
      • http-body-util ^0.1.0-rc.2 normal
      • matchit ^0.7.0 normal
      • micro-http ^0.1.0-alpha.1 normal
      • mime ^0.3.17 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.16 normal
      • mockall ^0.11.3 dev
    • Versions
    • 3.85% of the crate is documented
  • Go to latest stable release
  • 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
logo

logo

Crate micro_web

  • Version 0.1.0-alpha.1
  • All Items
  • Re-exports
  • Modules
  • Structs
  • Traits
  • Functions
?
Change settings

Crate micro_web

source ·

Re-exports

  • pub use router::Router;

Modules

  • filter
  • router

Structs

  • FnHandler
    a FnTrait holder which represents any async Fn
  • OptionReqBody
  • PathParams
  • RequestContext
  • ResponseBody
  • Server

Traits

  • FnTrait
    Represents a function
  • FromRequest

Functions

  • handler_fn