-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
own email parsing, without external crate #5
Comments
another reason for replacing that crate: it broke my wasm compile and exposed wasm functions without me explicitly enabling it. |
For reference, |
we could try https://github.com/johnstonskj/rust-email_address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the crate we use follows specs which is good, but it is kinda big because it uses the pest parser. also it adds stuff to wasm bindgen that we might not want.
maybe we can take some testcases from them https://github.com/Sayan751/email-address-parser/tree/master/rust-lib/.test_data
The text was updated successfully, but these errors were encountered: