stable-pattern 0.1.0

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

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

[dependencies]
memchr = { version = "2", default-features = false }