Docs.rs
  • readable-regex-0.1.0-alpha1
    • readable-regex 0.1.0-alpha1
    • Permalink
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • danielSanchezQ
    • Dependencies
      • fancy-regex ^0.10 normal optional
      • once_cell ^1.13 normal optional
      • regex ^1.6.0 normal optional
    • Versions
    • 48.54% 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

readable_regex0.1.0-alpha1

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • solvers::Chars
  • solvers::Concat
  • solvers::Either
  • solvers::EndsWith
  • solvers::Escape
  • solvers::Exactly
  • solvers::Group
  • solvers::NamedGroup
  • solvers::NonCaptureGroup
  • solvers::NotChars
  • solvers::OneOrMore
  • solvers::OneOrMoreLazy
  • solvers::Optional
  • solvers::Ranged
  • solvers::StartsAndEndsWith
  • solvers::StartsWith
  • solvers::ZeroOrMore
  • solvers::ZeroOrMoreLazy

Enums

  • readable::ReadableRe

Functions

  • any_char
  • anything
  • ascii_alphanumeric
  • ascii_letter
  • ascii_lowercase
  • ascii_non_alphanumeric
  • ascii_non_letter
  • ascii_non_lowercase
  • ascii_non_numeric
  • ascii_non_uppercase
  • ascii_numeric
  • ascii_uppercase
  • asterisk
  • at_least
  • at_most
  • back_slash
  • boundary
  • caret
  • chars
  • close_brace
  • close_bracket
  • close_parenthesis
  • concat
  • digit
  • dollar
  • double_quote
  • either
  • ends_with
  • escape
  • escape_str
  • everything
  • exactly
  • group
  • hexadecimal
  • minus_sign
  • named_group
  • new_line
  • non_capture_group
  • non_digit
  • non_hexadecimal
  • non_whitespace
  • non_word
  • not_chars
  • one_or_more
  • one_or_more_lazy
  • open_brace
  • open_bracket
  • open_parenthesis
  • optional
  • period
  • pipe
  • plus_sign
  • question_mark
  • quote
  • ranged
  • raw_regex
  • something
  • something_greedy
  • starts_and_ends_with
  • starts_with
  • string_regex
  • tab
  • whitespace
  • word
  • zero_or_more
  • zero_or_more_lazy