Zigler: Zig NIFs in Elixir

Zigler Library is a tool that makes using Zig Nifs in Elixir easier and more efficient. It provides automatic type marshalling between Elixir and Zig code, simplifying tasks like memory allocation and binding C libraries. Zigler aims to facilitate the use of NIFs with C libraries and includes features like documentation and formatting. However, Erlang support is experimental. The goal of Zigler is to enhance the user experience on the BEAM by offering magic where needed, but allowing users to opt out if desired. Zigler is a powerful tool for those looking to optimize their Elixir code with Zig Nifs.

https://github.com/E-xyza/zigler

To top