File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636//! Cloudevents uses a set of [feature flags] to conditionally compile
3737//! only the module associated with the Protocol Binding you need:
3838//!
39- //! - `actix`: Enables the [`actix-web`](actix_web) protocol binding module. This
39+ //! - `actix`: Enables the [`binding:: actix`] protocol binding module. This
4040//! extends the [`actix_web::HttpRequest`] with a
4141//! [`to_event`](binding::actix::HttpRequestExt::to_event) function, the
4242//! [`actix_web::dev::HttpResponseBuilder`] with an
4343//! [`event`](binding::actix::HttpResponseBuilderExt::event) function,
4444//! and implementations for [`actix_web::FromRequest`] and
4545//! [`actix_web::Responder`] in order to take advantage of actix-web's
4646//! [Extractors] and [Responders]
47- //! - `reqwest`: Enables the [`reqwest`](reqwest_lib) protocol binding module.
48- //! - `warp`: Enables the [`warp`](warp_lib) protocol binding module.
49- //! - `rdkafka`: Enables the [`rdkafka`](rdkafka_lib) protocol binding module to
47+ //! - `reqwest`: Enables the [`binding:: reqwest`] protocol binding module.
48+ //! - `warp`: Enables the [`binding:: warp`] protocol binding module.
49+ //! - `rdkafka`: Enables the [`binding:: rdkafka`] protocol binding module to
5050//! seamlessly consume/produce cloudevents within Kafka messages.
5151//!
5252//! [feature flags]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section
You can’t perform that action at this time.
0 commit comments