hyper-fast 0.3.5

Hyper and rust based very fast HTTP Web framework (much faster than actix and other frameworks).
Documentation

hyper-fast

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

default

    This feature flag does not enable additional features.

metrics

  • metered
  • crossbeam
  • crossbeam-epoch
  • crossbeam-skiplist
  • parking_lot
  • hdrhistogram
  • response_time
  • prometheus

full

  • response_time
  • access_log
  • metrics
  • settings

response_time

  • humantime
  • humantime-serde

settings

  • parking_lot
  • config

access_log

  • log4rs
  • response_time

log4rs

  • dep:log4rs

humantime-serde

  • dep:humantime-serde

crossbeam

  • dep:crossbeam

crossbeam-epoch

  • dep:crossbeam-epoch

humantime

  • dep:humantime

parking_lot

  • dep:parking_lot

metered

  • dep:metered

crossbeam-skiplist

  • dep:crossbeam-skiplist

config

  • dep:config

hdrhistogram

  • dep:hdrhistogram

prometheus

  • dep:prometheus