Cargo Features

Rwf has no features set by default.

[dependencies]
rwf = { version = "0.2.1", features = ["wsgi", "rack"] }
wsgi = pyo3, rayon

Affects controller::wsgi, http::wsgi

rack = rayon, rwf-ruby

Affects controller::rack

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pyo3 wsgi?

Enables pyo3 ^0.22

rayon rack? wsgi?
rwf-ruby rack?