viz 0.2.0-alpha

Fast, flexible, minimalist web framework for Rust

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 23 feature flags, 10 of them enabled by default.

default

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

http1

  • hyper/http1

data

  • viz-core/data

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

csrf

  • cookie
  • viz-core/csrf
  • viz-core/cookie-signed

macros

  • viz-macros

http2

  • hyper/http2

router-ext

  • viz-router/ext

handlers

  • viz-handlers
  • viz-core/cookie-private

sse

  • viz-core/sse

websocket

  • viz-core/websocket

cors

  • viz-core/cors

viz-handlers

    This feature flag does not enable additional features.

unix-socket

    This feature flag does not enable additional features.

viz-macros

    This feature flag does not enable additional features.