Rust library to interact with CloudEvents
Go to file
Francesco Guardiani ad7ec80cde
Merge pull request #23 from cloudevents/refactor_serde
Refactored serialization/deserialization code
2020-04-06 16:23:22 +02:00
.github/workflows Fix CI 2020-03-13 15:55:46 +01:00
src Implemented custom serialization process 2020-03-26 20:03:30 +01:00
tests Serde (#18) 2020-03-19 08:26:30 +01: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 Implemented custom serialization process 2020-03-26 20:03:30 +01: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