// data pack scanning backed by the same pack.mcmeta reader as resource packs.
usestd::path::Path;usesuper::entry::ContentEntry;pubfnscan_one_datapack(path:&Path, file_stem:&str, enabled:bool)-> ContentEntry{super::packs::scan_one_pack(path, file_stem, enabled)}