rebar3_otter__compile
(rebar3_otter v0.3.0)
Provider that compiles Rust NIF crates via cargo.
Runs as a pre-compile hook so the shared library is in place
before the Erlang compiler runs.
Functions
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, {module(), term()}}.
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.