Bunch Native

Hex.pm API Docs Build Status

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.2.0"}

All the native stuff is exported as Bundlex dependencies: :bunch and :bunch_nif (containing NIF-specific helpers, superset of :bunch). To import, add the following line to your native specification in bundlex.exs:

deps: [bunch_native: :bunch] # or :bunch_nif

and another one in your native header file:

#import <bunch/bunch.h> // or bunch_nif.h

Copyright 2018, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0