matchers 0.1.0

Regex matching on character and byte streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.maintenance]
status = "experimental"
[dependencies.regex-automata]
version = "0.1"

[package]
authors = ["Eliza Weisman <eliza@buoyant.io>"]
categories = ["text-processing"]
description = "Regex matching on character and byte streams.\n"
documentation = "https://docs.rs/matchers/"
edition = "2018"
homepage = "https://github.com/hawkw/matchers"
keywords = ["regex", "match", "pattern", "streaming"]
license = "MIT"
name = "matchers"
readme = "README.md"
repository = "https://github.com/hawkw/matchers"
version = "0.1.0"