DXN keyword (:name in value position). Wraps a plain
String.t(), never an Elixir atom, for the same reason as
Dextrin.Symbol: atoms are never garbage collected on the BEAM, and
decoding untrusted, attacker-controlled data must never be able to
exhaust the atom table.
Summary
Types
@type t() :: %Dextrin.Keyword{name: String.t()}