[package] name = "data-pipeline" version = "0.1.0" authors = ["Asa Paparo "] 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"