1#[path = "checksum.rs"] 2mod checksum_mod; 3 4plugin_api::export_trait!(checksum_mod::checksum_dispatch);