Docs.rs
  • webframework-0.0.2
    • webframework 0.0.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • TheNeikos
    • Dependencies
      • failure ^0.1.3 normal
      • futures ^0.1.25 normal
      • horrorshow ^0.6.4 normal
      • http ^0.1.13 normal
      • hyper ^0.12.16 normal
      • lazy_static ^1.2.0 normal
      • regex ^1.0.6 normal
      • serde ^1.0.80 normal
      • slog ^2.4.1 normal
      • slog-async ^2.3.0 normal
      • slog-term ^2.4.0 normal
      • uuid ^0.7 normal
      • webframework-core ^0.0.2 normal
      • webframework-derive ^0.0.2 normal
    • Versions
    • 0% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

webframework0.0.2

Crate Items

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

List of all items

Structs

  • error::ServiceError
  • prelude::Form
  • prelude::Redirect
  • prelude::Request
  • prelude::Response
  • prelude::StatusCode
  • request_filter::GET
  • request_filter::POST
  • request_filter::PathRegex
  • request_filter::delegate
  • request_filter::html
  • request_filter::json
  • server::Server

Enums

  • error::ServiceErrorKind

Traits

  • prelude::FromParameter
  • prelude::FromRequest
  • prelude::Router

Macros

  • prelude::routing
  • routing

Attribute Macros

  • controller
  • prelude::controller

Functions

  • server::load

Type Aliases

  • prelude::RouterFuture
  • prelude::WebResponse
  • prelude::WebResult