pub fn headson_text(
input: Vec<u8>,
config: &RenderConfig,
priority_cfg: &PriorityConfig,
budget: usize,
) -> Result<String>Expand description
Same as headson but using the Text ingest path.
pub fn headson_text(
input: Vec<u8>,
config: &RenderConfig,
priority_cfg: &PriorityConfig,
budget: usize,
) -> Result<String>Same as headson but using the Text ingest path.