//! Rule-based HS code classification engine.
//!//! The engine uses a static CAS → HS mapping table ([`static_table`])
//! and a shape/purity matcher ([`matcher`]) to classify known compounds
//! without any LLM calls.
pubmodjp_table;pubmodmatcher;pubmodstatic_table;pubmodtypes;