Skip to main content

deterministic_guid

Function deterministic_guid 

Source
pub fn deterministic_guid(name: &str) -> String
Expand description

Stable GUID derived from a project name. Mirrors the Swift djb2/fnv-1a blend so generated .csproj/.sln GUIDs are byte-identical between runtimes — same project name → same GUID.