regexm 0.1.0

A Rust macro for writing regex pattern matching.
Documentation
[dependencies.regex]
version = "1"

[package]
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
description = "A Rust macro for writing regex pattern matching."
documentation = "https://docs.rs/regexm"
edition = "2018"
homepage = "https://github.com/TaKO8Ki/regexm"
keywords = ["regex"]
license = "MIT"
name = "regexm"
readme = "README.md"
repository = "https://github.com/TaKO8Ki/regexm"
version = "0.1.0"