Provides a subset of the portable BOOST library as Elixir functions.
If available in Hex, the package can be installed
by adding exboost to your list of dependencies in mix.exs:
def deps do
[
{:exboost, "~> 0.1.0"}
]
endThe package assumes that Boost is installed and the statis libraries and include files are available at BOOSTLIB and BOOSTINCLUDE
To compile using mix, execute:
$ BOOSTLIB=<library path> BOOSTINCLUDE=<include path> mix compileDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exboost.