pub fn build_fused_programs(
state_count: u32,
input_len: u32,
) -> FusedDecodeScanProgramsExpand description
Build fused decode→scan programs from the same DFA tables the
GpuLiteralSet uses.
§Arguments
transitions- Flattenedstate_count × 256DFA transition tableaccept- Per-state accept/output arraystate_count- Number of DFA statesinput_len- Maximum input buffer length (bytes)
§Returns
FusedDecodeScanPrograms with both base64 and hex fused programs.
If construction fails for either, that field is None.