1//! Shared utilities. 2 3mod hash; 4mod version; 5 6pub use hash::content_hash; 7pub use version::compare_versions;