stable_string_patterns_method 0.0.1

Stable polyfill to be able to depends on a trait that mimics `str::pattern::Pattern` on stable Rust.
Documentation
[package]
name = "stable_string_patterns_method"
version = "0.0.1"
edition = "2015"
license = "MIT"
repository = "https://github.com/krtab/stable_string_patterns_method"
readme = "Readme.md"
description = "Stable polyfill to be able to depends on a trait that mimics `str::pattern::Pattern` on stable Rust."

[dependencies]

[features]
"1.0" = []
"1.1" =["1.0"]
"1.2" =["1.1"]
"1.3" =["1.2"]
"1.4" =["1.3"]
"1.5" =["1.4"]
"1.6" =["1.5"]
"1.7" =["1.6"]
"1.8" =["1.7"]
"1.9" =["1.8"]
"1.10" =["1.9"]
"1.11" =["1.10"]
"1.12" =["1.11"]
"1.13" =["1.12"]
"1.14" =["1.13"]
"1.15" =["1.14"]
"1.16" =["1.15"]
"1.17" =["1.16"]
"1.18" =["1.17"]
"1.19" =["1.18"]
"1.20" =["1.19"]
"1.21" =["1.20"]
"1.22" =["1.21"]
"1.23" =["1.22"]
"1.24" =["1.23"]
"1.25" =["1.24"]
"1.26" =["1.25"]
"1.27" =["1.26"]
"1.28" =["1.27"]
"1.29" =["1.28"]
"1.30" =["1.29"]
"1.31" =["1.30"]
"1.32" =["1.31"]
"1.33" =["1.32"]
"1.34" =["1.33"]
"1.35" =["1.34"]
"1.36" =["1.35"]
"1.37" =["1.36"]
"1.38" =["1.37"]
"1.39" =["1.38"]
"1.40" =["1.39"]
"1.41" =["1.40"]
"1.42" =["1.41"]
"1.43" =["1.42"]
"1.44" =["1.43"]
"1.45" =["1.44"]
"1.46" =["1.45"]
"1.47" =["1.46"]
"1.48" =["1.47"]
"1.49" =["1.48"]
"1.50" =["1.49"]
"1.51" =["1.50"]
"1.52" =["1.51"]
"1.53" =["1.52"]
"1.54" =["1.53"]
"1.55" =["1.54"]
"1.56" =["1.55"]
"1.57" =["1.56"]
"1.58" =["1.57"]
"1.59" =["1.58"]
"1.60" =["1.59"]
"1.61" =["1.60"]
"1.62" =["1.61"]
"1.63" =["1.62"]
"1.64" =["1.63"]
"1.65" =["1.64"]
"1.66" =["1.65"]
"1.67" =["1.66"]
"1.68" =["1.67"]
"1.69" =["1.68"]
"1.70" =["1.69"]
"1.71" =["1.70"]
"1.72" =["1.71"]
"1.73" =["1.72"]
"1.74" =["1.73"]
"1.75" =["1.74"]
"1.76" =["1.75"]
"1.77" =["1.76"]
"1.78" =["1.77"]
"1.79" =["1.78"]
"1.80" =["1.79"]
"1.81" =["1.80"]
"1.82" =["1.81"]
"1.83" =["1.82"]
"1.84" =["1.83"]
"1.85" =["1.84"]
"1.86" =["1.85"]
"1.87" =["1.86"]
"1.88" =["1.87"]
"1.89" =["1.88"]
"1.90" =["1.89"]
"1.91" =["1.90"]
"latest" = ["1.91"]
default = ["latest"]