Crate arcon_macros

Source
Expand description

The arcon_macros crate contains macros used by arcon.

Attribute Macros§

app
A macro that helps set up and run an Application.
decoder
Implements std::str::FromStr for a struct using a delimiter
proto
Helper macro to make a struct or enum prost-compatible without the need for annotations.

Derive Macros§

Arcon
Derive macro for declaring an ArconType
ArconState
Derive macro for declaring an ArconState
Arrow
Derive macro for declaring an Arrow convertable type within the Arcon runtime