Cargo Features

Redust has no features set by default.

[dependencies]
redust = { version = "0.4.0", features = ["command", "pool", "model", "script"] }
command = async-trait, model

Affects redust::command

pool = async-trait, deadpool

Affects redust::pool

model command? = serde, serde_bytes

Affects redust::model

script = serde_bytes

Affects redust::script

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.

async-trait command? pool?
deadpool pool?

Enables deadpool ^0.9

serde model?
serde_bytes model? script?