arrowpipe 0.1.0

Build complex pipelines easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Brian3647 <victoris3647@gmail.com>"]
description = "Build complex pipelines easily"
documentation = "https://docs.rs/arrowpipe"
edition = "2021"
homepage = "https://github.com/Brian3647/arrowpipe"
include = ["src/lib.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["arrow", "pipeline", "data", "processing"]
license = "MIT"
name = "arrowpipe"
readme = "README.md"
repository = "https://github.com/Brian3647/arrowpipe"
version = "0.1.0"