Crate route_verification_common_regex

Source

Modules§

set
A set’s name is an rpsl word with the following restrictions: All as-set names start with prefix “as-”. All route-set names start with prefix “rs-”. All rtr-set names start with prefix “rtrs-”. All filter-set names start with prefix “fltr-”. All peering-set names start with prefix “prng-”. For example, as-foo is a valid as-set name.

Macros§

formatcp
Formats constants of primitive types into a &'static str
regex
Lazy case-insensitive regex.

Structs§

Captures
Represents the capture groups for a single match.
Lazy
A value which is initialized on the first access.
OnceCell
A thread-safe cell which can be written to only once.
Regex
A compiled regular expression for searching Unicode haystacks.
RegexBuilder
A configurable builder for a Regex.

Constants§

RANGE_OPERATOR

Traits§

Replacer
A trait for types that can be used to replace matches in a haystack.