Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(API): review Result types and adapt code
* Do not return massive custom result enums, but instead adhere to the `Result` convention. This natively fixed our problem related to having to make unnecessary clones, making our design much cleaner. Fixes #4
- Loading branch information