Expand description
This crate has been deprecated.
Please update your code to use the fluvio-smartmodule
crate instead
Re-exports§
pub use fluvio_dataplane_protocol as dataplane;
Modules§
Structs§
- Error
- The core error reporting type of the library, a wrapper around a dynamic error reporting type.
- Record
- Record
Data - A type containing the data contents of a Record.
Constants§
Type Aliases§
Attribute Macros§
Derive Macros§
- Smart
Opt - Custom derive for creating an struct that can be used as extra params in smartstreams functions. This assumes the struct implements Default and that all fields implement FromStr.