mtreinish / subunit-rust

A subunit v2 protocol implementation in Rust
Apache License 2.0
2 stars 2 forks source link

feat: implement v1 parser using winnow #25

Closed rbtcollins closed 1 month ago

rbtcollins commented 1 month ago

The parser internals are kept private, just a single new public function, plus the data type objects are exposed.