Fixed all readmes (#51)

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2020-05-29 14:04:44 +02:00 committed by GitHub
parent b832b6bcf4
commit f294cec0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 10 deletions

View File

@ -2,21 +2,21 @@
This project implements the [CloudEvents](https://cloudevents.io/) Spec for Rust.
Note: This projecets is WIP under active development, hence all APIs are considered unstable.
Note: This project is WIP under active development, hence all APIs are considered unstable.
## Spec support
| | [v0.3](https://github.com/cloudevents/spec/tree/v0.3) | [v1.0](https://github.com/cloudevents/spec/tree/v1.0) |
| :---------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------------------------------: |
| CloudEvents Core | :heavy_check_mark: | :heavy_check_mark: |
| AMQP Protocol Binding | :x: | :x: |
| AVRO Event Format | :x: | :x: |
| HTTP Protocol Binding | :heavy_check_mark: | :heavy_check_mark: |
| JSON Event Format | :heavy_check_mark: | :heavy_check_mark: |
| Kafka Protocol Binding | :x: | :x: |
| MQTT Protocol Binding | :x: | :x: |
| NATS Protocol Binding | :x: | :x: |
| Web hook | :x: | :x: |
| 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 | ✕ | ✕ |
## Crates

View File

@ -7,6 +7,7 @@ edition = "2018"
description = "CloudEvents official Rust SDK - Actix-Web integration"
documentation = "https://docs.rs/cloudevents-sdk-actix-web"
repository = "https://github.com/cloudevents/sdk-rust"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -0,0 +1,28 @@
# CloudEvents SDK Rust - Actix-Web [![Crates badge]][crates.io] [![Docs badge]][docs.rs]
Integration of [CloudEvents SDK](https://github.com/cloudevents/sdk-rust/) with [Actix Web](https://github.com/actix/actix-web).
Look at [CloudEvents SDK README](https://github.com/cloudevents/sdk-rust/) for more info.
## Development & Contributing
If you're interested in contributing to sdk-rust, look at [Contributing documentation](../CONTRIBUTING.md)
## Community
- There are bi-weekly calls immediately following the
[Serverless/CloudEvents call](https://github.com/cloudevents/spec#meeting-time)
at 9am PT (US Pacific). Which means they will typically start at 10am PT, but
if the other call ends early then the SDK call will start early as well. See
the
[CloudEvents meeting minutes](https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit#)
to determine which week will have the call.
- Slack: #cloudeventssdk (or #cloudevents-sdk-rust) channel under
[CNCF's Slack workspace](https://slack.cncf.io/).
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack).
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk-actix-web.svg
[crates.io]: https://crates.io/crates/cloudevents-sdk-actix-web
[Docs badge]: https://docs.rs/cloudevents-sdk-actix-web/badge.svg
[docs.rs]: https://docs.rs/cloudevents-sdk-actix-web

View File

@ -7,6 +7,7 @@ edition = "2018"
description = "CloudEvents official Rust SDK - Reqwest integration"
documentation = "https://docs.rs/cloudevents-sdk-reqwest"
repository = "https://github.com/cloudevents/sdk-rust"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -0,0 +1,28 @@
# CloudEvents SDK Rust - Reqwest [![Crates badge]][crates.io] [![Docs badge]][docs.rs]
Integration of [CloudEvents SDK](https://github.com/cloudevents/sdk-rust/) with [reqwest](https://github.com/seanmonstar/reqwest)
Look at [CloudEvents SDK README](https://github.com/cloudevents/sdk-rust/) for more info.
## Development & Contributing
If you're interested in contributing to sdk-rust, look at [Contributing documentation](../CONTRIBUTING.md)
## Community
- There are bi-weekly calls immediately following the
[Serverless/CloudEvents call](https://github.com/cloudevents/spec#meeting-time)
at 9am PT (US Pacific). Which means they will typically start at 10am PT, but
if the other call ends early then the SDK call will start early as well. See
the
[CloudEvents meeting minutes](https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit#)
to determine which week will have the call.
- Slack: #cloudeventssdk (or #cloudevents-sdk-rust) channel under
[CNCF's Slack workspace](https://slack.cncf.io/).
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack).
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk-reqwest.svg
[crates.io]: https://crates.io/crates/cloudevents-sdk-reqwest
[Docs badge]: https://docs.rs/cloudevents-sdk-reqwest/badge.svg
[docs.rs]: https://docs.rs/cloudevents-sdk-reqwest