lemmeknow v0.7.0 is here with support for identifying bytes with help of regex crate!

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.

  • I haven't looked at its implementation, but it's probably less of a "can't" and more of a "doesn't." There just isn't a &[u8] API for fancy-regex. It only has &str APIs. The regex crate itself didn't have &[u8] APIs until 2016.

  • fancy-regex

    Rust library for regular expressions using "fancy" features like look-around and backreferences

  • Ok, they have an issue https://github.com/fancy-regex/fancy-regex/issues/84

  • 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
  • lemmeknow

    The fastest way to identify anything!

  • pyWhat

    🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️

  • Lemmeknow is basically used for identifying text as mentioned in README and video. It is Rust implementation of PyWhat. You can see various usecases there too.

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