Cargo Features

RespResult has no features set by default.

[dependencies]
resp-result = { version = "0.6.0", features = ["axum-full", "actix-full", "log", "tracing", "extra-error", "for-axum", "for-actix", "nightly_try_v2"] }
axum-full = extra-error, for-axum
actix-full = extra-error, for-actix
log = tracing

Enables log of optional tracing

tracing log?

Enables tracing and tracing-unwrap ^0.10.0

extra-error actix-full? axum-full?

Affects resp::RespConfig.head_extra_code, serde::SerdeConfig.extra_message, resp_error::RespError.extra_message, resp_error::RespError.extra_message_default

for-axum axum-full?

Enables axum ^0.6

Affects axum::axum_respond_part

for-actix actix-full?

Enables actix-web

nightly_try_v2