71 releases

0.29.2 Jun 14, 2021
0.29.1 Mar 29, 2021
0.29.0 Jan 18, 2021
0.28.15 Dec 10, 2020
0.20.1 Mar 6, 2020

#1027 in Data structures


Used in nakadion

Apache-2.0/MIT

135KB
2.5K SLoC

Nakadi-Types

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.


lib.rs:

Nakadi-Types

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 used by Nakadion

Documentation and Environment Variables

Within the documentation environment variables can contain spaces and line breaks. This is because part of the documentation was created using macros. The names of the variables of cause must not contain these characters. So be careful when copy & pasting.

Dependencies

~3.5–5MB
~118K SLoC