Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 253 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 253 Bytes

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.