freebsd-ports/devel/elixir-unsafe/pkg-descr
Jimmy Olgeni 8451a63dc6 Add devel/elixir-unsafe, an Elixir library to generate unsafe
bindings for functions (i.e. functions that can crash rather than
returning a tagged error value).

More background here:

  http://whitfin.io/generating-bang-functions-in-elixir/
2018-05-07 19:48:49 +00:00

4 lines
142 B
Text

This library is designed to generate unsafe bindings for Elixir
function definitions at compile time.
WWW: https://github.com/whitfin/unsafe