Docs.rs
  • regexsolver-0.2.0
    • regexsolver 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alexvbrdn
    • Dependencies
      • aes-gcm-siv ^0.11.1 normal
      • ahash ^0.8.11 normal
      • ciborium ^0.2.2 normal
      • env_logger ^0.11.3 normal
      • flate2 ^1.0.30 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.21 normal
      • nohash-hasher ^0.2 normal
      • petgraph ^0.6.4 normal
      • rand ^0.8.5 normal
      • regex ^1.10.3 normal
      • regex-charclass ^1.0.3 normal
      • regex-syntax ^0.8.5 normal
      • serde ^1.0.197 normal
      • serde_derive ^1.0.197 normal
      • serde_json ^1.0.114 normal
      • sha2 ^0.10.8 normal
      • z85 ^3.0.5 normal
      • criterion ^0.5 dev
    • Versions
    • 24.16% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

regexsolver0.2.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • Details
  • execution_profile::ExecutionProfile
  • execution_profile::ThreadLocalParams
  • fast_automaton::FastAutomaton
  • fast_automaton::condition::Condition
  • fast_automaton::spanning_set::SpanningSet
  • tokenizer::Tokenizer
  • tokenizer::range_tokenizer::RangeTokenizer

Enums

  • Term
  • cardinality::Cardinality
  • error::EngineError
  • regex::RegularExpression
  • tokenizer::token::TokenError
  • tokenizer::token::automaton_token::AutomatonToken
  • tokenizer::token::range_token::RangeToken
  • tokenizer::token::regex_operations_token::RegexOperationsToken
  • tokenizer::token::regex_token::RegexToken

Traits

  • tokenizer::token::Token