Crates.io | volt_parse |
lib.rs | volt_parse |
version | 0.5.0 |
source | src |
created_at | 2022-03-23 22:23:56.973226 |
updated_at | 2022-07-23 12:38:20.217785 |
description | The advanced, slightly different take on the parser combinator concept |
homepage | https://github.com/SirHall/volt_parse |
repository | https://github.com/SirHall/volt_parse |
max_upload_size | |
id | 555434 |
size | 52,292 |
Volt Parse is a parsing library that makes it simple to create your own parser using simple parser-generator functions that when combined, form more complex parsers. It allows you to write code that describes what the text is, rather than how to parse it.