1// Copyright (C) 2020 - 2022, J2 Innovations 2 3//! Zinc complex decoding 4 5pub(super) mod dict; 6pub(super) mod grid; 7pub(super) mod list;