mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-26 02:42:18 +00:00
1 line
1.0 KiB
JavaScript
1 line
1.0 KiB
JavaScript
initSidebarItems({"enum":[["Error","This error type encompasses any error that can be returned by this crate."]],"fn":[["escape","Escapes all regular expression meta characters in `text`."],["escape_into","Escapes all meta characters in `text` and writes the result into `buf`."],["is_meta_character","Returns true if the give character has significance in a regex."],["is_word_byte","Returns true if and only if the given character is an ASCII word character."],["is_word_character","Returns true if and only if the given character is a Unicode word character."]],"mod":[["ast","Defines an abstract syntax for regular expressions."],["hir","Defines a high-level intermediate representation for regular expressions."],["utf8","Converts ranges of Unicode scalar values to equivalent ranges of UTF-8 bytes."]],"struct":[["Parser","A convenience parser for regular expressions."],["ParserBuilder","A builder for a regular expression parser."]],"type":[["Result","A type alias for dealing with errors returned by this crate."]]}); |