Expand description
Small authority-free primitives shared by native and portable runtimes.
These functions are the semantic implementation beneath runtime adapters; they do not expose VM values, host handles, or target-specific state.
Structs§
- Compiled
Secret Pattern - One catalog entry paired with its process-wide compiled matcher.
- Regex
Capture - Secret
Finding
Constants§
Functions§
- compiled_
secret_ patterns - The shared catalog, compiled on first use.
- ends_
with_ text - hex_
decode_ text - hex_
encode - join_
path_ segments - Join host-supplied path segments into Harn’s target-independent
/form. Absolute POSIX, UNC, or drive-rooted segments reset the accumulated path, matchingPathBuf::pushwithout making artifact behavior depend on the machine that compiled the kernel. - regex_
captures - regex_
matches - regex_
replace - regex_
split - replace_
text - scan_
secrets - secret_
patterns_ compiled - Whether the catalog has already been compiled. Hosts that warm it eagerly during startup assert against this so the cost cannot silently move back onto a deep call stack.
- sha256_
hex - starts_
with_ text - trim_
text