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

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.

Awesome Lists containing this project

README

          

# NifIo

[![CI](https://github.com/rusterlium/NifIo/actions/workflows/ci.yml/badge.svg)](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.