statefun 0.1.1

A Rust SDK for the Apache Flink Stateful Functions (StateFun) project. See: https://flink.apache.org/stateful-functions.html
Documentation
1
2
3
//! A set of traits that allow sending egress messages to systems such as Kafka.

pub mod kafka;