Crate regex_cache [] [src]

This crate provides a library for caching or lazily creating regular expressions.

Structs

CachedRegex
CachedRegexBuilder

A configurable builder for a cached Regex.

LazyRegex

A lazily created Regex.

LazyRegexBuilder

A configurable builder for a lazy Regex.

Regex

A compiled regular expression for matching Unicode strings.

RegexBuilder

A configurable builder for a regular expression.

RegexCache

An LRU cache for regular expressions.

Enums

Error

An error that occurred during parsing or compiling a regular expression.