philss / rustler_precompiled

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

Add option to configure NIF versions #46

Closed tessi closed 1 year ago

tessi commented 1 year ago

Similar to how we have the option "targets" that can configure the supported targets, this commit adds a "nif_versions" option.

Fixes #41

tessi commented 1 year ago

@philss I did my best to follow what was done for the targets option and tried things out with my project and it seems to work. Let me know how and where to improve :)

philss commented 1 year ago

@tessi awesome! Thank you! I'm going to do a better review tomorrow. But looks good!