pipeit 0.0.1

Pipe functional style programming
Documentation
[dependencies]

[[example]]
name = "poc"
path = "examples/poc.rs"

[lib]
name = "pipeit"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Pipe functional style programming"
edition = "2021"
homepage = "https://github.com/RustLangES/pipeit"
keywords = ["code", "functional"]
license = "MIT OR Apache-2.0"
name = "pipeit"
readme = false
repository = "https://github.com/RustLangES/pipeit"
version = "0.0.1"