awesome-pest VS ast

Compare awesome-pest vs ast and see what are their differences.

awesome-pest

A curated list of resources, projects, and tools using or for the pest parser generator in Rust (by pest-parser)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-pest ast
1 5
46 69
- -
4.3 3.9
2 months ago about 2 months ago
Rust
Creative Commons Zero v1.0 Universal Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-pest

Posts with mentions or reviews of awesome-pest. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.
  • pest grammar debugger using Yew
    3 projects | /r/rust | 25 Apr 2023
    Thanks, just be aware that the web debugger has currently a few limitations: https://github.com/tomtau/pest-web-debug#known-limitations the CLI debugger is a bit better in that sense: https://github.com/pest-parser/awesome-pest/blob/main/debugger.md

ast

Posts with mentions or reviews of ast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-25.
  • pest grammar debugger using Yew
    3 projects | /r/rust | 25 Apr 2023
    I tried to revive pest_ast a bit a while ago (to at least update its dependencies), but I agree that it's still a bit under documented. It has this example: https://github.com/pest-parser/ast/blob/master/examples/csv.rs for its usage.
  • What's everyone working on this week (15/2023)?
    6 projects | /r/rust | 10 Apr 2023
    and if you change/add: from-pest = { git = "https://github.com/pest-parser/ast.git", rev = "dep/upgrade-syn-2" } ? Those crates are related

What are some alternatives?

When comparing awesome-pest and ast you can also consider the following projects:

not-yet-awesome-rust - A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.

pest-web-debug - A web-based debugger for pest using Yew