Cargo Features

ErrorRail has no features set by default.

[dependencies]
error-rail = { version = "0.11.0", features = ["std", "full", "serde", "async", "tower", "tokio", "tracing", "ecosystem"] }
std async?

Affects alloc_type::Cow, alloc_type::Box, alloc_type::Vec, alloc_type::String

full = ecosystem, serde
serde full?

Enables serde, serde of smallvec

async tokio? tower? tracing? = std

Enables futures-core and pin-project-lite

Affects error-rail::async_ext, error-rail::prelude_async

tower ecosystem? = async

Enables tower

Affects error-rail::tower

tokio ecosystem? = async

Enables tokio

tracing ecosystem? = async

Enables tracing

ecosystem full? = tokio, tower, tracing