lazy-regex 0.1.2

a macro to reduce regex creation boilerplate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.lazy_static]
version = "1"

[package]
authors = ["Canop <cano.petrole@gmail.com>"]
categories = ["text-processing"]
description = "a macro to reduce regex creation boilerplate"
edition = "2018"
keywords = ["macro", "lazy_static", "regex"]
license = "MIT"
name = "lazy-regex"
readme = "README.md"
repository = "https://github.com/Canop/lazy-regex"
version = "0.1.2"