winnow

Making parsing a breeze (by winnow-rs)

Winnow Alternatives

Similar projects and alternatives to winnow

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better winnow alternative or higher similarity.

winnow reviews and mentions

Posts with mentions or reviews of winnow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • nom > regex
    10 projects | /r/rust | 6 Dec 2023
    I truly love Nom, it made parsing really fun. I suggest trying out https://docs.rs/winnow which is a fork of Nom with a lot of nice features, I find it much more usable.
  • What Vale Taught Me About Linear Types, Borrowing, and Memory Safety
    2 projects | news.ycombinator.com | 3 Jun 2023
    I feel like I'll have to read up some more to have the background to fully understand the article but one thing I wanted to point out is a difference between `fn rand_int(rand: &mut Random) -> i64` and `fn rand_int(ran: Random) -> (i64, Random)`, at least in Rust. With the version that moves `Random`, the return type is bigger and may spill over from registers to the stack which may cause a significant slow down, more than the code of Vale's generation check, I suspect.

    I've run into this with my parser combinator library, winnow [0], and am considering switching from the nicer functional model of moving to the more imperative model of `&mut` [1].

    [0]: https://docs.rs/winnow/latest/winnow/

    [1]: https://github.com/winnow-rs/winnow/issues/72

  • `nom-derive` Derive parser from structure definition
    2 projects | /r/rust | 17 Apr 2023
    Done. For people that want to follow this, here is the link.
  • easy way to produce a parser
    2 projects | /r/rust | 27 Mar 2023
    winnow, fork of nom
  • winnow = toml_edit + combine + nom
    6 projects | /r/rust | 22 Feb 2023
    What are your thoughts on https://github.com/winnow-rs/winnow/pull/199 ?
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 27 Apr 2024
    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. Learn more →

Stats

Basic winnow repo stats
8
397
9.6
16 days ago

winnow-rs/winnow is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of winnow is Rust.


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