Functions§
- deterministic_
guid - Stable GUID derived from a project name. Mirrors the Swift djb2/fnv-1a
blend so generated
.csproj/.slnGUIDs are byte-identical between runtimes — same project name → same GUID. - xml_
escape - XML-escape a value for an attribute or text node. Matches the five
substitutions used by the Swift generator (
&,",<,>,').