This binding provides the possibility to access Elektra from Erlang.
In order to compile the NIF you need to have Erlang installed.
The module name of the NIF module is Elixir.Elektra.System
.
All function names have been converted from camel case to snake case.
For instance, ksNew
is available under the name ks_new
.
Due to the limitations of NIFs the signatures of the functions have not been translated faithfully and some functions are currently not implemented at all.
keyNew
takes a single argument which must be a valid key nameksNew
takes a single argument which is the number of keys for which to pre-allocate memory
keyVNew
keyGetString
keyGetBaseName
ksVNew