pub const MAX_ARG_NAME_LENGTH: u32 = 256;
Expand description

A small(ish) limit on the length of argument names is used because argument names are expected to be used repeatedly, many times.