parcos 0.0.5

minimal parser combinator library
Documentation
  • Coverage
  • 90.63%
    29 out of 32 items documented6 out of 16 items with examples
  • Size
  • Source code size: 17.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 678.8 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • utshodebravestone

Parcos

Simple, Minimal Parser Combinator Library.

Docs

You can read the docs here.

Usage

This crate is available on crate.io. To add parcos to your project, run cargo add parcos.

Examples

Examples can be found here.