Skip to content
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

Rust decode<'a> and encode<'a> should not panic, instead they should return {:error, ...} tuple to elixir #24

Open
mjaric opened this issue May 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mjaric
Copy link
Member

mjaric commented May 2, 2023

In excoding/lib.rs avoid using unwrap, instead map it to Term {:error, ...} and return to elixir caller

@mjaric mjaric self-assigned this May 2, 2023
@mjaric mjaric added the enhancement New feature or request label May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant