arrowpipe 0.1.0

Build complex pipelines easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "arrowpipe"
version = "0.1.0"
edition = "2021"
include = ["src/lib.rs", "Cargo.toml", "README.md", "LICENSE"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/Brian3647/arrowpipe"
homepage = "https://github.com/Brian3647/arrowpipe"
documentation = "https://docs.rs/arrowpipe"
description = "Build complex pipelines easily"
keywords = ["arrow", "pipeline", "data", "processing"]
authors = ["Brian3647 <victoris3647@gmail.com>"]

[dependencies]