Docs.rs
  • tela-0.1.3
    • tela 0.1.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Tired-Fox
    • Dependencies
      • bytes ^1.4.0 normal
      • cfg-if ^1.0.0 normal
      • futures ^0.3.28 normal
      • futures-util ^0.3.28 normal
      • handlebars ^4.3.7 normal optional
      • html-to-string-macro ^0.2.5 normal
      • http-body-util ^0.1.0-rc.3 normal
      • hyper ^1.0.0-rc.4 normal
      • lazy_static ^1.4.0 normal
      • mime_guess ^2.0.4 normal
      • phf ^0.11.2 normal
      • pin-project-lite ^0.2.10 normal
      • serde ^1.0.180 normal
      • serde_json ^1.0.104 normal
      • serde_plain ^1.0.1 normal
      • serde_qs ^0.12.0 normal
      • tela-macros ^0.1.2 normal
      • tera ^1.19.0 normal optional
      • tokio ^1.29.1 normal
      • tower ^0.4.13 normal
    • Versions
    • 12.5% 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

tela0.1.3

Crate Items

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

List of all items

Structs

  • Router
  • Server
  • request::Body
  • request::Query
  • request::RequestData
  • response::File
  • response::HTML
  • response::JSON
  • response::Redirect
  • response::template::Template
  • support::TokioExecutor
  • support::TokioIo
  • support::TokioTimer

Enums

  • StatusCode
  • uri::Match
  • uri::Token

Traits

  • StripPath
  • request::Catch
  • request::Endpoint
  • request::ToParam
  • response::ToErrorResponse
  • response::ToResponse
  • response::template::TemplateEngine
  • response::template::TreeToTemplateContext

Macros

  • context
  • group
  • prelude::context
  • prelude::group
  • prelude::html
  • prelude::html_raw
  • prelude::json
  • prelude::response
  • prelude::template
  • response
  • template

Attribute Macros

  • main
  • prelude::catch
  • prelude::connect
  • prelude::delete
  • prelude::get
  • prelude::head
  • prelude::options
  • prelude::patch
  • prelude::post
  • prelude::put
  • prelude::request
  • prelude::trace

Functions

  • response::template::extend_context
  • uri::compare
  • uri::find
  • uri::index
  • uri::parse_props
  • uri::props
  • uri::split

Type Aliases

  • response::Raw
  • response::Result