[package] name = "fn_chain" version = "0.1.2" authors = ["Nattapong Sirilappanich "] edition = "2018" readme = "README.md" description = "Helper macro/function to create function chaining" repository = "https://github.com/NattapongSiri/fn_chain" license = "BSD-3-Clause" keywords = ["helper", "chain", "functions", "chaining", "pattern"] categories = ["development-tools", "rust-patterns"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]