avitex / rust-dangerous

Rust library for safely and explicitly parsing untrusted data
MIT License
51 stars 4 forks source link

Make `Expected` Sync? #14

Closed avitex closed 3 years ago

avitex commented 3 years ago

So we can use Expected within rust-zc's parsing example's ParsedResult

avitex commented 3 years ago

Not needed anymore