viz 0.2.3

Fast, flexible, minimalist web framework for Rust
Documentation

viz

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 29 feature flags, 11 of them enabled by default.

default

  • http1
  • data
  • limits
  • query
  • form
  • json
  • params
  • multipart
  • cookie
  • session

http1

  • hyper/http1

data

  • viz-core/data

limits

  • viz-core/limits

query

  • viz-core/query

form

  • viz-core/form

json

  • viz-core/json

params

  • viz-core/params

multipart

  • viz-core/form-data
  • viz-core/cookie

session

  • cookie
  • viz-core/session

rustls

  • rustls-pemfile
  • tokio-rustls
  • futures-util

native-tls

  • tokio-native-tls
  • futures-util

csrf

  • cookie
  • viz-core/csrf

handlers

  • viz-handlers

macros

  • viz-macros

http2

  • hyper/http2

sse

  • viz-core/sse

websocket

  • viz-core/websocket

cors

  • viz-core/cors
  • viz-core/cookie-private
  • viz-core/cookie-signed

viz-macros

    This feature flag does not enable additional features.

unix-socket

    This feature flag does not enable additional features.

futures-util

    This feature flag does not enable additional features.

rustls-pemfile

    This feature flag does not enable additional features.

viz-handlers

    This feature flag does not enable additional features.

tokio-native-tls

    This feature flag does not enable additional features.

tokio-rustls

    This feature flag does not enable additional features.