SaaSHub helps you find the best software and product alternatives Learn more →
Winnow Alternatives
Similar projects and alternatives to winnow
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
-
-
-
-
-
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 discussion
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
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
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
Done. For people that want to follow this, here is the link.
-
easy way to produce a parser
winnow, fork of nom
-
winnow = toml_edit + combine + nom
What are your thoughts on https://github.com/winnow-rs/winnow/pull/199 ?
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Oct 2024
Stats
Basic winnow repo stats
8
526
9.5
7 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.