//! Internal helpers shared across symbologies.
//!//! Modules under `util` implement algorithms that more than one symbology
//! needs (Reed-Solomon variants, GS1 check digits, AI parsing) so each
//! symbology file stays focused on its own encoding rules.
pubmodgs1;pubmodrs_gf113;pubmodrs_gf2k;pubmodrs_gf64;pubmodrs_gf929;