An open API service indexing awesome lists of open source software.

https://github.com/xandkar/erlang-nif-rust-fisher-price

Minimal-ish NIF in Rust with recent-ish components, that actually works
https://github.com/xandkar/erlang-nif-rust-fisher-price

Last synced: 7 months ago
JSON representation

Minimal-ish NIF in Rust with recent-ish components, that actually works

Awesome Lists containing this project

README

          

Minimal-ish NIF in Rust
===============================================================================

All other examples that I found used older versions and did not work with the
recent-ish releases:

- Erlang/OTP: `25.3.2.13`
- rebar: `3.23.0+build.5411.reffbb8263d`
- Rust: `1.77.0`
- rustler: `0.34`

Most helpful example was , which I
stripped and tweaked.