philss / rustler_precompiled

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

Verify that given targets are supported by Rust #19

Closed adriankumpf closed 2 years ago

adriankumpf commented 2 years ago

This adds validation for the given :targets.

I created a new module which holds a list of all built-in targets. We could also move that list in a .txt file if preferred.

Related to #9 and #17.

PS: It would be fantastic if a new (pre) release could be published to Hex 🙏

philss commented 2 years ago

PS: It would be fantastic if a new (pre) release could be published to Hex pray

For sure! I'm going to prepare a release after this merge.

philss commented 2 years ago

@adriankumpf a new version - 0.5.0 - was released. Please take a look :)

adriankumpf commented 2 years ago

Woohoo! Thank you 🙌