Crate fluvio_smartstream

Crate fluvio_smartstream 

Source
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§

memory

Structs§

Error
The core error reporting type of the library, a wrapper around a dynamic error reporting type.
Record
RecordData
A type containing the data contents of a Record.

Constants§

ENCODING_ERROR

Type Aliases§

Result

Attribute Macros§

smartstream

Derive Macros§

SmartOpt
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.