Crates.io | nakadi-types |
lib.rs | nakadi-types |
version | 0.29.2 |
source | src |
created_at | 2020-02-14 12:34:33.454958 |
updated_at | 2021-06-14 21:25:44.481696 |
description | A connector for the Nakadi Event Broker |
homepage | https://github.com/chridou/nakadion |
repository | https://github.com/chridou/nakadion |
max_upload_size | |
id | 208787 |
size | 146,472 |
nakadi-types
contains types for interacting with the Nakadi Event Broker.
There is no real logic implemented in this crate.
Almost all types in this crate match 1 to 1 to a type of the Nakadi API. Some
types where Nakadi returns collections in a wrapping object are made explicit.
In this case the field of the wrapping object is renamed to items
for
serialization purposes.
This crate is a base library for nakadion.