Generates generic Kiwi schema skip decoders for Rustler native backends.
Skip decoders consume encoded values without allocating decoded Elixir terms. They are schema-generic and intended for callers that project only selected fields from a Kiwi payload.
Summary
Functions
@spec fragments([KiwiCodec.Schema.definition()], map()) :: [RustQ.Rust.Fragment.t()]
@spec message_arm(map(), map()) :: RustQ.Rust.Fragment.t()