use DefaultHasher;
use ;
/// Derives a deterministic chunk ID from note path and snippet prefix.
///
/// # Stability warning
///
/// `DefaultHasher` is not guaranteed to be stable across Rust versions or
/// compilations. This is a **temporary** chunk ID scheme intended as a
/// placeholder until stable DB-assigned chunk IDs are available. Do not
/// persist these IDs across process restarts or compiler updates.