viz 0.2.4

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

http2

  • hyper/http2
  • viz-core/cookie-private

macros

  • viz-macros

websocket

  • viz-core/websocket

handlers

  • viz-handlers
  • viz-core/cookie-signed

cors

  • viz-core/cors

sse

  • viz-core/sse

viz-handlers

    This feature flag does not enable additional features.

viz-macros

    This feature flag does not enable additional features.

tokio-rustls

    This feature flag does not enable additional features.

unix-socket

    This feature flag does not enable additional features.

rustls-pemfile

    This feature flag does not enable additional features.

tokio-native-tls

    This feature flag does not enable additional features.

futures-util

    This feature flag does not enable additional features.