There was an error while loading. Please reload this page.
In excoding/lib.rs avoid using unwrap, instead map it to Term {:error, ...} and return to elixir caller
{:error, ...}
In excoding/lib.rs avoid using unwrap, instead map it to Term
{:error, ...}and return to elixir caller