Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slamko/zic
A set of Zig-inspired macros for type-based error handling in C
https://github.com/slamko/zic
error-handling framework header-only macros preprocessor programming-language typesystem zig
Last synced: 21 days ago
JSON representation
A set of Zig-inspired macros for type-based error handling in C
- Host: GitHub
- URL: https://github.com/slamko/zic
- Owner: slamko
- License: gpl-3.0
- Created: 2022-05-06T21:39:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T13:00:08.000Z (over 2 years ago)
- Last Synced: 2024-11-20T19:36:03.577Z (3 months ago)
- Topics: error-handling, framework, header-only, macros, preprocessor, programming-language, typesystem, zig
- Language: C
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zic (Zig + C)
### Convenient macro-wrappers library for error handling in C without ```longjmp``` and any other non fancy stuff.