tinyflow-api 0.1.1

Core traits, types, and abstractions for Tinyflow streaming framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tinyflow-api"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Core traits, types, and abstractions for Tinyflow streaming framework"
keywords = ["streaming", "etl", "data-pipeline", "kafka", "iceberg"]
categories = ["data-structures"]

[dependencies]
serde_json.workspace = true
async-trait.workspace = true