tinyflow-api 0.1.0

Core traits, types, and abstractions for Tinyflow streaming framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tinyflow-api"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
description = "Core traits, types, and abstractions for Tinyflow streaming framework"
repository = "https://github.com/dahai1996/tinyflow"
keywords = ["streaming", "etl", "data-pipeline", "kafka", "iceberg"]
categories = ["data-structures"]

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