Skip to content

BartMassey/parsere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parsere / parsere-derive: regex-based struct parsing for Rust programs

Bart Massey

The parsere Rust crate is intended to allow easy parsing of text into a struct using a regular expression. The parsere-derive crate does most of the work using a procedural derive macro.

This code is very much a work-in-progress. It seems to be working, but needs a complete API redesign and then some documentation.

Acknowledgements

This code is heavily inspired, at the very least, by the builder tutorial from the proc-macro-workshop tutorials.

About

parsere / parsere-derive: Rust crates for regex input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages