NIF-backed native bridge wrapper.
Rustler owns the NIF entrypoints and lifecycle. This module keeps the Elixir-facing dispatch and load-status normalization narrow.
Summary
Functions
Returns native build info when the NIF is loaded.
Returns the registered native event target generation, for diagnostics.
Returns the native GUI bootstrap status when the NIF is loaded.
Returns :ok once the NIF is loaded, caching the successful check.
Returns true when the NIF is loaded.
Returns native performance counters when the NIF is loaded.
Returns the native runtime status when the NIF is loaded.
Types
@type load_status() :: :ok | {:error, term()}
Functions
Returns native build info when the NIF is loaded.
Returns the registered native event target generation, for diagnostics.
Returns the native GUI bootstrap status when the NIF is loaded.
Returns :ok once the NIF is loaded, caching the successful check.
Returns true when the NIF is loaded.
Returns native performance counters when the NIF is loaded.
Returns the native runtime status when the NIF is loaded.