Refactor Rust NIF crate to use `rustler::resource!` macro
Opened this issue · 0 comments
viniarck commented
Refactor Rust NIF crate to use rustler::resource!
macro.
This would make it easier to evolve the NIF crate, including removing some lazy_static
usage.