Crate fluvio_smartstream[][src]

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

The core error reporting type of the library, a wrapper around a dynamic error reporting type.

A type containing the data contents of a Record.

Constants

Type Definitions

Attribute Macros

Derive Macros

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.