Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 828 Bytes

Rust CDEvents SDK

Rust SDK to emit CDEvents.

The SDK can be used to create CDEvents and send them as CloudEvents, as well as parse a received CloudEvent into a CDEvent.

Get started

WIP

Create your first CDEvent

To create a CDEvent, for instance a pipelineRun queued one:

WIP

Send your first CDEvent as CloudEvent

Import the modules in your code

WIP

To send a CDEvent as CloudEvent:

WIP

See the CloudEvents docs as well.

Contributing

If you would like to contribute, see our development guide.

References