cutlass 0.1.0

Macro based library to take the boilerplate out of configuration handling
Documentation
[dependencies.proc-macro2]
version = "1.0.9"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Akshay <nerdypepper@tuta.io>"]
description = "Macro based library to take the boilerplate out of configuration handling"
edition = "2018"
keywords = ["curry", "currying", "macro", "functional", "haskell"]
license = "MIT"
name = "cutlass"
readme = "readme.md"
repository = "https://github.com/nerdypepper/cutlass"
version = "0.1.0"