Docs.rs
  • regex-syntax-0.8.5
    • regex-syntax 0.8.5
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • BurntSushi
    • alexcrichton
    • github:rust-lang-nursery:regex-owners
    • github:rust-lang:libs
    • Dependencies
      • arbitrary ^1.3.0 normal optional
    • Versions
    • 100% of the crate is documented
  • 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

regex_syntax0.8.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Parser
  • ParserBuilder
  • UnicodeWordError
  • ast::Alternation
  • ast::Assertion
  • ast::CaptureName
  • ast::ClassAscii
  • ast::ClassBracketed
  • ast::ClassPerl
  • ast::ClassSetBinaryOp
  • ast::ClassSetRange
  • ast::ClassSetUnion
  • ast::ClassUnicode
  • ast::Comment
  • ast::Concat
  • ast::Error
  • ast::Flags
  • ast::FlagsItem
  • ast::Group
  • ast::Literal
  • ast::Position
  • ast::Repetition
  • ast::RepetitionOp
  • ast::SetFlags
  • ast::Span
  • ast::WithComments
  • ast::parse::Parser
  • ast::parse::ParserBuilder
  • ast::print::Printer
  • hir::Capture
  • hir::CaseFoldError
  • hir::ClassBytes
  • hir::ClassBytesIter
  • hir::ClassBytesRange
  • hir::ClassUnicode
  • hir::ClassUnicodeIter
  • hir::ClassUnicodeRange
  • hir::Error
  • hir::Hir
  • hir::Literal
  • hir::LookSet
  • hir::LookSetIter
  • hir::Properties
  • hir::Repetition
  • hir::literal::Extractor
  • hir::literal::Literal
  • hir::literal::Seq
  • hir::print::Printer
  • hir::translate::Translator
  • hir::translate::TranslatorBuilder
  • utf8::Utf8Range
  • utf8::Utf8Sequences

Enums

  • Error
  • ast::AssertionKind
  • ast::Ast
  • ast::ClassAsciiKind
  • ast::ClassPerlKind
  • ast::ClassSet
  • ast::ClassSetBinaryOpKind
  • ast::ClassSetItem
  • ast::ClassUnicodeKind
  • ast::ClassUnicodeOpKind
  • ast::ErrorKind
  • ast::Flag
  • ast::FlagsItemKind
  • ast::GroupKind
  • ast::HexLiteralKind
  • ast::LiteralKind
  • ast::RepetitionKind
  • ast::RepetitionRange
  • ast::SpecialLiteralKind
  • hir::Class
  • hir::Dot
  • hir::ErrorKind
  • hir::HirKind
  • hir::Look
  • hir::literal::ExtractKind
  • utf8::Utf8Sequence

Traits

  • ast::Visitor
  • hir::Visitor

Functions

  • ast::visit
  • escape
  • escape_into
  • hir::literal::rank
  • hir::visit
  • is_escapeable_character
  • is_meta_character
  • is_word_byte
  • is_word_character
  • parse
  • try_is_word_character