Docs.rs
  • oxc_regular_expression-0.52.0
    • oxc_regular_expression 0.52.0
    • Docs.rs crate page
    • MIT
    • 21 February 2025
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Boshen
    • Dependencies
      • oxc_allocator ^0.52.0 normal
      • oxc_ast_macros ^0.52.0 normal
      • oxc_diagnostics ^0.52.0 normal
      • oxc_estree ^0.52.0 normal
      • oxc_span ^0.52.0 normal
      • phf ^0.11.3 normal
      • rustc-hash ^2 normal
      • unicode-id-start ^1 normal
    • Versions
    • 18.54% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

oxc_regular_expression0.52.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • ConstructorParser
  • LiteralParser
  • Options
  • ast::Alternative
  • ast::BoundaryAssertion
  • ast::CapturingGroup
  • ast::Character
  • ast::CharacterClass
  • ast::CharacterClassEscape
  • ast::CharacterClassRange
  • ast::ClassString
  • ast::ClassStringDisjunction
  • ast::Disjunction
  • ast::Dot
  • ast::IgnoreGroup
  • ast::IndexedReference
  • ast::LookAroundAssertion
  • ast::Modifier
  • ast::Modifiers
  • ast::NamedReference
  • ast::Pattern
  • ast::Quantifier
  • ast::UnicodePropertyEscape

Enums

  • ast::BoundaryAssertionKind
  • ast::CharacterClassContents
  • ast::CharacterClassContentsKind
  • ast::CharacterClassEscapeKind
  • ast::CharacterKind
  • ast::LookAroundAssertionKind
  • ast::Term
  • visit::RegExpAstKind

Traits

  • visit::Visit

Functions

  • visit::walk::walk_alternative
  • visit::walk::walk_boundary_assertion
  • visit::walk::walk_capturing_group
  • visit::walk::walk_character
  • visit::walk::walk_character_class
  • visit::walk::walk_character_class_contents
  • visit::walk::walk_character_class_escape
  • visit::walk::walk_character_class_range
  • visit::walk::walk_character_class_string
  • visit::walk::walk_character_class_string_disjunction
  • visit::walk::walk_disjunction
  • visit::walk::walk_dot
  • visit::walk::walk_ignore_group
  • visit::walk::walk_indexed_reference
  • visit::walk::walk_lookaround_assertion
  • visit::walk::walk_named_reference
  • visit::walk::walk_pattern
  • visit::walk::walk_quantifier
  • visit::walk::walk_term
  • visit::walk::walk_unicode_property_escape