Introducing Hitori – generic compile-time regular expressions library

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • regex

    An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

  • While regex has a backtracking engine, it's bounded and only there as an optimisation, and advanced uses via regex-automata should eventually allow disabling it without changing any of the engine's features.

  • crates.io

    The Rust package registry

  • Thanks! Features section is definitely missing from the docs and crates.io page. But I did outline them a bit in the post.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • hitori

    Hitori is a generic regular expressions library.

  • Here is the repo link (it can also be accessed from the menu on docs.rs page).

  • docs.rs

    crates.io documentation generator

  • Here is the repo link (it can also be accessed from the menu on docs.rs page).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts