pub fn resolve(
text: &str,
ctx: &ResolveCtx<'_>,
) -> Result<Resolution, ResolveError>Expand description
Resolve every ${…} in text (recursively, ≤ MAX_DEPTH passes), leave
{{…}} untouched, then apply $${ escapes. Pure and total.
pub fn resolve(
text: &str,
ctx: &ResolveCtx<'_>,
) -> Result<Resolution, ResolveError>Resolve every ${…} in text (recursively, ≤ MAX_DEPTH passes), leave
{{…}} untouched, then apply $${ escapes. Pure and total.