Rust library to interact with CloudEvents
Go to file
Francesco Guardiani 91f9c8c458
Removed Cargo.lock (look https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html) (#35)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-05-18 20:02:19 +02:00
.github/workflows musl fix (#34) 2020-05-18 14:49:47 +02:00
cloudevents-sdk-actix-web cargo fix + cargo fmt 2020-05-18 14:38:12 +02:00
cloudevents-sdk-reqwest cargo fix + cargo fmt 2020-05-18 14:38:12 +02:00
src cargo fix + cargo fmt 2020-05-18 14:38:12 +02:00
tests cargo fix + cargo fmt 2020-05-18 14:38:12 +02:00
.gitignore Removed Cargo.lock (look https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html) (#35) 2020-05-18 20:02:19 +02:00
CONTRIBUTING.md Added CONTRIBUTING.md (#19) 2020-03-17 08:21:59 +01:00
Cargo.toml Implemented reqwest integration 2020-05-18 14:36:58 +02:00
LICENSE License nit 2020-02-18 14:20:25 +01:00
README.md Implemented reqwest integration 2020-05-18 14:36:58 +02:00

README.md

CloudEvents SDK Rust

Work in progress SDK for CloudEvents

Spec support

v0.3 v1.0
CloudEvents Core ✔️ ✔️
AMQP Protocol Binding
AVRO Event Format
HTTP Protocol Binding ✔️ ✔️
JSON Event Format ✔️ ✔️
Kafka Protocol Binding
MQTT Protocol Binding
NATS Protocol Binding
Web hook

Modules

  • cloudevents-sdk: Provides Event data structure, JSON Event format implementation
  • cloudevents-sdk-actix-web: Integration with Actix Web
  • cloudevents-sdk-reqwest: Integration with reqwest

Development & Contributing

If you're interested in contributing to sdk-rust, look at Contributing documentation

Community