named 0.1.0

Procedural macro which allows you to produce functions which can be called with named arguments, optionally with default values.
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "illicitonion/named"

[dependencies.indexmap]
version = "1.5.1"

[dependencies.proc-macro2]
version = "1.0.19"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.38"

[lib]
proc-macro = true

[package]
authors = ["Daniel Wagner-Hall <dawagner@gmail.com>"]
categories = ["rust-patterns"]
description = "Procedural macro which allows you to produce functions which can be called with named arguments, optionally with default values."
edition = "2018"
keywords = ["named", "arguments", "function", "default"]
license = "BSD-3-Clause"
name = "named"
readme = "README.md"
repository = "https://github.com/illicitonion/named"
version = "0.1.0"