use Write as _;
use ;
/// Stable per-source identifier used to namespace cache entries.
///
/// `default` is reserved for the built-in upstream URL of each provider
/// (yannh/kubernetes-json-schema for K8s, datreeio/CRDs-catalog for
/// CRDs). Any user-supplied mirror URL gets the first 12 hex chars of
/// `SHA-256(url)` so a given URL always maps to the same `source_id`
/// across runs and across providers.
pub const
/// Hash a mirror URL into a stable 12-hex-char short identifier.