[go: up one dir, main page]

regex-cache 0.1.1

Lazy and cached regular expressions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name    = "regex-cache"
version = "0.1.1"

authors = ["meh. <meh@1aim.com>"]
license = "MIT"

description = "Lazy and cached regular expressions."
repository  = "https://github.com/1aim/rust-regex-cache"
keywords    = ["regex", "lazy", "cache"]

[dependencies]
regex        = "0.2"
regex-syntax = "0.4"
lru-cache    = "0.1"
thread_local = "0.3"