Rust Nom

Open-source Rust projects categorized as Nom

Top 9 Rust Nom 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • nom_locate

    A special input type for nom to locate tokens

  • s2protocol-rs

    Starcraft 2 Protocol Replay Reader

    Project mention: New version of s2protocol-rs SC2Replay parsing crate | /r/starcraft2 | 2023-10-06
  • faster-pest

    A generator for high-performance Pest parsers, bringing your grammar to the next level

  • potterscript

    The Wizarding World Programming Language written in Rust

    Project mention: My first programming language written in Rust: PotterScript | /r/ProgrammingLanguages | 2023-09-19

    code: https://github.com/fmiras/potterscript

  • gguf

    A small utility library for parsing GGUF file info

    Project mention: Can I know what llm model is from a gguf file? | /r/LocalLLaMA | 2023-12-04

    Or you could try using a tool like this https://github.com/Jimexist/gguf

  • cmessless

    A markdown parser to output Astro markup

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • gstuff.rs

    Small macro and trinkets that make my life easier.

  • titan

    A half-finished terminal browser for the Gemini protocol (by mkeeter)

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 Nom discussion

Log in or Post with

Rust Nom related posts

  • My first programming language written in Rust: PotterScript

    1 project | /r/ProgrammingLanguages | 19 Sep 2023
  • I've created my first programming language with Rust: PotterScript

    1 project | /r/programming | 18 Sep 2023
  • Is this a good way to free up some memory?

    2 projects | /r/rust | 23 Jun 2023
  • What's everyone working on this week (22/2023)?

    14 projects | /r/rust | 28 May 2023
  • Tokenizing

    1 project | /r/learnprogramming | 22 May 2023
  • Something like pydantic but for just strings?

    1 project | /r/learnpython | 21 May 2023
  • Nom: Parser Combinators Library in Rust

    1 project | news.ycombinator.com | 18 Apr 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 Sep 2024
    InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →

Index

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

Project Stars
1 nom 9,336
2 nom_locate 217
3 s2protocol-rs 102
4 faster-pest 42
5 potterscript 32
6 gguf 20
7 cmessless 9
8 gstuff.rs 4
9 titan 1

Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?