Skip to main content

Module runtime

Module runtime 

Source
Expand description

๐Ÿšง [Experimental] This module is experimental and currently crate-private. Let us know if you have a use case for this!

This module contains utilities for working with properties where the specific property in use is not known at compile time.

For regex engines, [crate::sets::load_for_ecma262_unstable()] is a convenient API for working with properties at runtime tailored for the use case of ECMA262-compatible regex engines.

Enumsยง

BinaryProperty ๐Ÿ”’
This type can represent any binary Unicode property.
EnumeratedProperty ๐Ÿ”’
This type can represent any enumerated Unicode property.
MaskProperty ๐Ÿ”’
This type can represent any Unicode mask property.
MiscProperty ๐Ÿ”’
NumericProperty ๐Ÿ”’
This type can represent any numeric Unicode property.
StringBinaryProperty ๐Ÿ”’
This type can represent any binary property over strings.
StringProperty ๐Ÿ”’
This type can represent any Unicode string property.