rustler_precompiled
rustler_precompiled copied to clipboard
Potential documentation updates
There have been some changes in rustler that are not accounted for in the docs, yet:
- The
derivefeature flag is a no-op since 0.34 (and I'd like to remove it in the future) - The macOS linkage override is not necessary anymore since 0.34 (I think)
- The
defaultfeature set is now simplynif_version_2_15and will likely stay at that for a while, and I'd appreciate it if the documentation of RustlerPrecompiled could not advise to disable it if it's not necessary. Maybe you could keep a table of "rustler version <=> minimal nif version" around?
I should work on that soon. Thanks for pointing out the issues!