winnow = toml_edit + combine + nom

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

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

    Making parsing a breeze

    Yeah, I would like to improve documentation around partial parsing. The main problem is that I don't have a use case for it, so I'm less familiar with the needs and challenges to know how best to cover the topic. For now, I punted by just turning the json example into an incremental example. I've created a discussion to solicit input on this topic.

  • nom

    Rust parser combinator framework

    On my side, nom is still advancing well and a new major version is in preparation, with some interesting work a new GAT based design inspired from the awesome work on chumsky, that promises to bring great performance with complex error types. 2023 will be fun for parser libraries!

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

  • chumsky

    Write expressive, high-performance parsers with ease.

    On my side, nom is still advancing well and a new major version is in preparation, with some interesting work a new GAT based design inspired from the awesome work on chumsky, that promises to bring great performance with complex error types. 2023 will be fun for parser libraries!

  • docs.rs

    crates.io documentation generator

    From looking at the tutorial on docs.rs, I still think this seems to be pretty heavy on the Lisp-like front. Is there something I am missing or more work planned to allow for chaining than with nested calls?

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