Crates.io | sully_input |
lib.rs | sully_input |
version | 0.1.13 |
source | src |
created_at | 2021-01-01 16:32:43.854 |
updated_at | 2021-01-01 22:28:39.140947 |
description | Rich input for parsers |
homepage | |
repository | https://github.com/SullivanMuse/sully_input |
max_upload_size | |
id | 330123 |
size | 7,572 |
This is a helper library for the sully_peg
parser generator proc macro.
It exposes the following functionality:
Input
and Span
parameterized on the lifetime of a string slice.Exact
to allow type-defined parsing for structures with exact string representations (such as single characters or str
s).