rusterlium / rustler

Safe Rust bridge for creating Erlang NIF functions
https://docs.rs/crate/rustler
Apache License 2.0
4.24k stars 222 forks source link

Replace rustler_bigint by a feature flag on rustler #601

Closed filmor closed 4 months ago

evnu commented 4 months ago

Do you think this requires some kind of deprecation notice in the released rustler_bigint crate? It doesn't seem that it has been downloaded a lot yet, so the impact is likely not large.

filmor commented 4 months ago

We could publish a version with a deprecation warning, yes. I don't see any need to rush this, though. The library will keep working even with this change and the necessary steps are listed in the UPDATE docs.