Shmex
Shmex is a library providing Elixir bindings for shared memory and native functions to manipulate it in NIFs.
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
.
{:shmex, "~> 0.1"}
All native stuff is exported as :lib
Bundlex dependency.
To import, add the following line to your nif specification in bundlex.exs
deps: [shmex: :lib]
and another one in your native header file
#import <shmex/lib.h>
Copyright and License
Copyright 2018, Software Mansion
Licensed under the Apache License, Version 2.0