54 releases (4 stable)

new 2.0.0 Dec 25, 2024
1.0.2 Nov 13, 2024
1.0.1 Oct 8, 2024
0.24.1 Jun 24, 2024
0.2.3 Nov 30, 2021

#634 in Algorithms

Download history 115/week @ 2024-09-06 140/week @ 2024-09-13 174/week @ 2024-09-20 113/week @ 2024-09-27 263/week @ 2024-10-04 150/week @ 2024-10-11 94/week @ 2024-10-18 120/week @ 2024-10-25 115/week @ 2024-11-01 184/week @ 2024-11-08 88/week @ 2024-11-15 82/week @ 2024-11-22 134/week @ 2024-11-29 222/week @ 2024-12-06 86/week @ 2024-12-13 196/week @ 2024-12-20

644 downloads per month
Used in 16 crates (6 directly)

MIT/Apache

165KB
3K SLoC

Rust Docs.rs Crates.io

parol_runtime

Runtime library for parsers generated by the parol parser generator.

Overview

This crate should be referenced by projects that use parsers generated by parol.


lib.rs:

This crate provides the runtime library used by parsers that have been generated by the parol parser generator.

In most cases you don't need to understand the inner details of this crate because parol generates all necessary scaffolding and plumping for the typical user automatically.

The most likely used parts are those returned to the user including the error types defined in the module [errors].

Dependencies

~12–20MB
~282K SLoC