Rust NIF binding for RESP3 protocol parsing.
Parses raw RESP3 wire bytes into Elixir terms. There is no Elixir fallback parser.
Summary
Functions
@spec parse(binary(), non_neg_integer()) :: {:ok, list(), binary()} | {:error, term()}
@spec parse_commands(binary(), non_neg_integer()) :: {:ok, list(), binary()} | {:error, term()}