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.1"}
All native stuff is exported as :bunch
Bundlex dependency.
To import, add the following line to your nif specification in bundlex.exs
deps: [bunch_native: :bunch]
and another one in your native header file
#import <bunch/bunch.h>
Copyright and License
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0