This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Description
@jan-auer briefly mentioned this during RustFest: Their rust FFI returns Fails instead of Errors.
- Determine whether it's generally good enough for everybody to just wrap that into an Error, even if that makes for an ugly C FFI.
- What are we supposed to do with the ShippaiError type?
- Or implement custom handling for arbitrary Fails