Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suirad/zig-error-abi

Library that allows zig errors to be returned from external functions
https://github.com/suirad/zig-error-abi

abi dynamic-library errors static-library zig

Last synced: 3 months ago
JSON representation

Library that allows zig errors to be returned from external functions

Awesome Lists containing this project

README

        

# Zig Error-ABI
An Error-ABI library for the Zig language. See example folder for an example of use.

This library allows error values to be propagated across the ABI boundary, allowing zig error unions to be returned from static and dynamic libraries.