Native part of the Bunch package.
Documentation is available at HexDocs.
The source code is available at GitHub.
Add the following line to your deps
in mix.exs
. Run mix deps.get
.
{:bunch_native, "~> 0.5.0"}
All the native stuff is exported as Bundlex dependencies: :lib
and :bunch
(containing NIF-specific helpers, superset of :lib
).
To import, add the following line to your native specification in bundlex.exs
:
deps: [bunch_native: :lib] # or :bunch
and another one in your native header file:
#import <bunch/lib.h> // or bunch.h
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0