avitex / rust-dangerous

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

Support retrying to_dangerous_str #31

Closed avitex closed 3 years ago

avitex commented 3 years ago

Made this fatal before because I wasn't confident in input bounding, re-introducing it as a potentially retryable operation.