Rust library to interact with CloudEvents
Go to file
slinkydeveloper 27238b3f2f Playing with macros. Generated Attributes struct, attributes names vector and Default trait impl with a macro_rules
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2020-04-10 19:05:17 +02:00
.github/workflows Fix CI 2020-03-13 15:55:46 +01:00
src Playing with macros. Generated Attributes struct, attributes names vector and Default trait impl with a macro_rules 2020-04-10 19:05:17 +02:00
tests V0.3 implementation (#24) 2020-04-10 09:21:26 +02:00
.gitignore Bootstrapped project 2020-02-18 14:05:56 +01:00
CONTRIBUTING.md Added CONTRIBUTING.md (#19) 2020-03-17 08:21:59 +01:00
Cargo.lock Implemented custom serialization process 2020-03-26 20:03:30 +01:00
Cargo.toml Implemented custom serialization process 2020-03-26 20:03:30 +01:00
LICENSE License nit 2020-02-18 14:20:25 +01:00
README.md Playing with macros. Generated Attributes struct, attributes names vector and Default trait impl with a macro_rules 2020-04-10 19:05:17 +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

Development & Contributing

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

Community