stable-pattern 0.1.0

Stable port of std::str::Pattern and friends.
Documentation
[dependencies.memchr]
default-features = false
version = "2"

[features]
default = ["std"]
std = ["memchr/std"]

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
categories = ["parsing", "rust-patterns", "no-std"]
description = "Stable port of std::str::Pattern and friends."
documentation = "https://docs.rs/stable-pattern"
edition = "2018"
keywords = ["stable", "pattern", "string"]
license = "MIT OR Apache-2.0"
name = "stable-pattern"
readme = "README.md"
repository = "https://github.com/SergioBenitez/stable-pattern"
version = "0.1.0"