https://github.com/rusterlium/nifio
Rustler example. Implements file IO in a NIF.
https://github.com/rusterlium/nifio
rustler
Last synced: about 1 year ago
JSON representation
Rustler example. Implements file IO in a NIF.
- Host: GitHub
- URL: https://github.com/rusterlium/nifio
- Owner: rusterlium
- Created: 2016-07-20T01:39:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T08:36:28.000Z (over 2 years ago)
- Last Synced: 2025-04-22T13:59:46.537Z (about 1 year ago)
- Topics: rustler
- Language: Elixir
- Homepage: https://github.com/rusterlium/rustler
- Size: 20.5 KB
- Stars: 81
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NifIo
[](https://github.com/rusterlium/NifIo/actions/workflows/ci.yml)
Real world example for [Rustler](https://github.com/rusterlium/rustler) that shows packaging,
elixir-side supporting code, error handling, and advanced usage of many Rustler features.
Note that this is just meant to be an example. Use at your own risk.