stringmatch 0.3.2

Allow the use of regular expressions or strings wherever you need string comparison
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.regex]
version = "1"

[package]
authors = ["Steve Pryde <steve@stevepryde.com>"]
categories = ["text-processing", "rust-patterns", "algorithms"]
description = "Allow the use of regular expressions or strings wherever you need string comparison"
documentation = "https://docs.rs/stringmatch"
edition = "2018"
homepage = "https://github.com/stevepryde/stringmatch"
keywords = ["string", "comparison", "match", "regex", "compare"]
license = "MIT"
name = "stringmatch"
readme = "README.md"
repository = "https://github.com/stevepryde/stringmatch"
version = "0.3.2"