Rust Parse

Open-source Rust projects categorized as Parse

Top 5 Rust Parse Projects

  • nom

    Rust parser combinator framework

  • Project mention: Planespotting with Rust: using nom to parse ADS-B messages | dev.to | 2023-10-28

    Just in case you are not familiar with nom, it is a parser combinator written in Rust. The most basic thing you can do with it is import one of its parsing functions, give it some byte or string input and then get a Result as output with the parsed value and the rest of the input or an error if the parser failed. tag for example is used to recognize literal character/byte sequences.

  • deku

    Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization

  • 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
  • markdown-rs

    CommonMark compliant markdown parser in Rust with ASTs and extensions

  • Project mention: Ubiquity (v0.3.0) - I made a cross-platform markdown editor to learn some Rust. It uses Yew, Tauri, Tailwind and DaisyUI. Currently available on Windows, Linux and the web. | /r/rust | 2023-07-10

    I used the markdown-rs crate for Ubiquity.

  • httparse

    A push parser for the HTTP 1.x protocol in Rust.

  • Project mention: Unsafe at Any Speed: Tradeoffs and Values in the Rust Ecosystem | news.ycombinator.com | 2024-01-25

    Follow up -- the benchmarks on that PR look poor, but the benchmarks don't actually quite measure what they're expected to measure -- they're not black-boxing inputs, so the compiler has an opportunity to constant-fold in some cases.

    I raised a PR to fix the benchmarks: https://github.com/seanmonstar/httparse/pull/151

  • ntp-parser

    NTP parser written in rust with nom

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Parse related posts

Index

What are some of the best open-source Parse projects in Rust? This list will help you:

Project Stars
1 nom 9,007
2 deku 969
3 markdown-rs 765
4 httparse 537
5 ntp-parser 18

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com