volt_parse

Crates.iovolt_parse
lib.rsvolt_parse
version0.5.0
sourcesrc
created_at2022-03-23 22:23:56.973226
updated_at2022-07-23 12:38:20.217785
descriptionThe advanced, slightly different take on the parser combinator concept
homepagehttps://github.com/SirHall/volt_parse
repositoryhttps://github.com/SirHall/volt_parse
max_upload_size
id555434
size52,292
SirHall (SirHall)

documentation

https://github.com/SirHall/volt_parse

README

Volt Parse

What is Volt Parse?

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.

Commit count: 39

cargo fmt