pipe-trait 0.1.10

Make it possible to chain regular functions
Documentation
[package]
name = "pipe-trait"
description = "Make it possible to chain regular functions"
version = "0.1.10"
authors = ["khai96_ <hvksmr1996@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
documentation = "https://docs.rs/pipe-trait"
repository = "https://github.com/KSXGitHub/pipe-trait.git"
keywords = [
  "pipe",
  "trait",
  "fp",
  "pipeline",
]
categories = ["no-std"]
include = [
  "/src",
  "/Cargo.toml",
  "/README.md",
  "/LICENSE.md",
]

[dev-dependencies]
futures = "^0.3.5"