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
- Host: GitHub
- URL: https://github.com/xandkar/erlang-nif-rust-fisher-price
- Owner: xandkar
- Created: 2024-07-12T18:11:59.000Z (about 1 year ago)
- Default Branch: electus
- Last Pushed: 2024-07-15T20:44:27.000Z (about 1 year ago)
- Last Synced: 2024-10-19T03:06:48.766Z (12 months ago)
- Language: Erlang
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.