Comment on I let LLMs write an Elixir NIF in C; it mostly workedparentComments−leansensei1yIt's because the most familiar thing to me that uses a NIF was Exqlite, so that was my starting point.Using Rust and Rustler turned out to be way easier and it also now works across Elixir versions 1.14 to 1.18.−abrookewood1yGreat outcome :)−overbring_labsOP1yTruly, way better than before: https://github.com/waseigo/disk_spaceAnd it now runs on everything, across more Elixir and Erlang/OTP versions than before!
Comments
It's because the most familiar thing to me that uses a NIF was Exqlite, so that was my starting point.
Using Rust and Rustler turned out to be way easier and it also now works across Elixir versions 1.14 to 1.18.
Great outcome :)
Truly, way better than before: https://github.com/waseigo/disk_space
And it now runs on everything, across more Elixir and Erlang/OTP versions than before!