moderror;modpath;pubuseself::{error::WrapIoErrorExt,path::PathExt};/// A hasher builder which is faster than the one in the standard library.
pubtypeFastBuildHasher=gxhash::GxBuildHasher;/// A concurrent hash map using a fast hasher.
pubtypeFastConcurrentMap<K, V>=scc::HashMap<K, V, FastBuildHasher>;