[go: up one dir, main page]

regex_macros 0.1.8

An implementation of statically compiled regular expressions for Rust.
[package]

name = "regex_macros"
version = "0.1.8"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/regex"
homepage = "https://github.com/rust-lang/regex"
description = """
An implementation of statically compiled regular expressions for Rust.
"""

[lib]
name = "regex_macros"
plugin = true

[dependencies.regex]
path = ".."
version = "0.1.0"