SigilGuard. Backend. NIF. Native
(SigilGuard v0.2.0)
View Source
Low-level NIF function stubs for the Rust sigil_guard_nif
shared library.
Each function in this module is a NIF stub that raises
:nif_not_loaded until the compiled Rust library is loaded.
At load time, these stubs are transparently replaced by their
Rust implementations from native/sigil_guard_nif/src/.
This module is not intended for direct use — call functions
through SigilGuard.Backend.NIF or the SigilGuard facade
instead.