vesta-syntax 0.1.0

The syntax for the `case!` macro defined in the Vesta crate
Documentation
[dependencies.itertools]
version = "0.10"

[dependencies.proc-macro-crate]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

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

[package]
authors = ["Kenny Foner <kwf@very.science>"]
categories = ["rust-patterns"]
description = "The syntax for the `case!` macro defined in the Vesta crate"
edition = "2018"
homepage = "https://github.com/boltlabs-inc/vesta"
keywords = ["pattern", "match", "case", "matching", "macro"]
license = "MIT"
name = "vesta-syntax"
repository = "https://github.com/boltlabs-inc/vesta"
version = "0.1.0"