Docs.rs
  • summer-boot-1.4.2
    • summer-boot 1.4.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Jzow
    • Dependencies
      • async-channel ^1.5.1 normal
      • async-dup ^1.2.2 normal
      • async-std ^1.8.0 normal
      • async-trait ^0.1.41 normal
      • femme ^2.1.1 normal
      • futures-util ^0.3.6 normal
      • http-types ^2.11.0 normal
      • httparse ^1.6 normal
      • kv-log-macro ^1.0.7 normal
      • log ^0.4.13 normal
      • pin-project ^1.0.2 normal
      • pin-project-lite ^0.2.4 normal
      • routefinder ^0.5.0 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • summer-boot-macro ^1.4.1 normal
      • tokio ^1 normal
    • Versions
    • 53% 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

summer_boot1.4.2

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros
?
Change settings

List of all items

Structs

  • Body
  • Error
  • Route
  • http::ReadNotifier
  • http::Server
  • http::ServerOptions
  • log::LoggingSystem
  • rt::SummerRuntime
  • utils::middleware::Next
  • utils::request::Request
  • utils::response::Response
  • utils::response_builder::ResponseBuilder
  • utils::util::After
  • utils::util::Before

Enums

  • StatusCode
  • http::BodyReader
  • http::ConnectionStatus
  • log::Level
  • log::LevelFilter

Traits

  • Endpoint
  • Status
  • utils::middleware::Middleware

Macros

  • log::debug
  • log::error
  • log::info
  • log::log
  • log::trace
  • log::warn
  • read_to_end

Attribute Macros

  • auto_scan
  • connect
  • delete
  • get
  • head
  • main
  • options
  • patch
  • post
  • put
  • trace
  • utils::util::async_trait

Functions

  • http::accept
  • http::accept_with_opts
  • http::decode
  • log::max_level
  • log::start
  • log::with_level
  • new
  • run
  • with_state

Type Aliases

  • Result