Cargo Features

[dependencies]
restless = { version = "0.2.0", default-features = false, features = ["full", "util", "json", "bytes", "postcard", "bincode", "yaml", "urlencoded", "qs", "gloo", "yew", "wasm-cache", "reqwest", "http", "hyper", "axum"] }
default = bytes, json

These default features are set whenever restless is added without default-features = false somewhere in the dependency tree.

full = axum, bincode, bytes, gloo, http, hyper, json, postcard, qs, reqwest, urlencoded, yaml, yew
util

Enables restless-util

Affects restless::util

json default full?

Enables json of restless-data

bytes default full?

Enables bytes of restless-core and restless-data

postcard full?

Enables postcard of restless-data

bincode full?

Enables bincode of restless-data

yaml full?

Enables yaml of restless-data

urlencoded full?

Enables urlencoded of restless-query

qs full?

Enables qs of restless-query

gloo full?

Enables restless-gloo

yew full?

Enables restless-yew

wasm-cache

Enables restless-wasm-cache

reqwest full?
http full?

Enables http of restless-core

hyper full?

Enables restless-hyper

axum full?

Enables restless-axum