sully_input

Crates.iosully_input
lib.rssully_input
version0.1.13
sourcesrc
created_at2021-01-01 16:32:43.854
updated_at2021-01-01 22:28:39.140947
descriptionRich input for parsers
homepage
repositoryhttps://github.com/SullivanMuse/sully_input
max_upload_size
id330123
size7,572
(SullivanMuse)

documentation

README

sully_input: Rich input for parsers

This is a helper library for the sully_peg parser generator proc macro.

It exposes the following functionality:

  • Structs Input and Span parameterized on the lifetime of a string slice.
  • Terse debugging info for each structure (useful for embedding in tree nodes).
  • Trait Exact to allow type-defined parsing for structures with exact string representations (such as single characters or strs).
Commit count: 3

cargo fmt