Cargo Features
axum-resp-result has no features set by default.
[dependencies]
axum-resp-result = { version = "0.7.1", features = ["log", "tracing", "extra-error", "nightly_try_v2"] }
- log = tracing
- tracing log?
-
Enables tracing and tracing-unwrap ^0.10.0
- extra-error
-
Enables extra-error of axum-resp-result-macro
Affects
resp::RespConfig.head_extra_code
,serde::SerdeConfig.extra_message
,resp_error::RespError.extra_message
,resp_error::RespError.extra_message_default
… - nightly_try_v2