Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suirad/zig-error-abi
- Owner: suirad
- License: mit
- Created: 2019-11-26T22:23:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T06:43:42.000Z (about 5 years ago)
- Last Synced: 2024-10-24T16:50:37.113Z (3 months ago)
- Topics: abi, dynamic-library, errors, static-library, zig
- Language: Zig
- Size: 3.91 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.