| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
defmodule Excoding do
use Rustler, otp_app: :excoding, crate: "excoding"
# When your NIF is loaded, it will override this function.
def add(_a, _b), do: :erlang.nif_error(:nif_not_loaded)
endThis is a complete example of a NIF written in Rust.
| Back | FazBrowse Home | New Git URL |