data-pipeline 0.1.0

A functional and extensible library for organized lazy processing of data with minimal overhead
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "data-pipeline"
version = "0.1.0"
authors = ["Asa Paparo <asapaparo@gmail.com>"]
edition = "2021"
description = "A functional and extensible library for organized lazy processing of data with minimal overhead"
readme = "README.md"
repository = "https://github.com/AngleSideAngle/data-pipeline"
license = "MIT"
keywords = ["filtering", "streams", "lazy", "tree", "logging"]
categories = ["mathematics", "data-structures", "algorithms", "science", "science::robotics"]

[dependencies]
dyn-clone = "1.0.11"