philss / rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code
181 stars 27 forks source link

Fix usage of Rustler inside __using__ macro #13

Closed philss closed 2 years ago

philss commented 2 years ago

This fix makes possible to compile the module without Rustler available. The problem before this was because the macro was expanding the "use".