Function tfm::algorithms::tfm_to_pl

source ·
pub fn tfm_to_pl(
    tfm_data: &[u8],
    indent: usize,
    display_format: &dyn Fn(&File) -> CharDisplayFormat
) -> Result<TfmToPlOutput, Error>
Expand description

The tftopl algorithm.

This algorithm converts .tfm bytes to a .pl string.