Bunch Native
Native part of the Bunch package.
Documentation is available at HexDocs.
The source code is available at GitHub.
Installation
Add the following line to your deps in mix.exs. Run mix deps.get.
{:bunch_native, "~> 0.4.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 :bunchand another one in your native header file:
#import <bunch/lib.h> // or bunch.hCopyright and License
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0