Function tfm::algorithms::pl_to_tfm
source ยท pub fn pl_to_tfm(pl_data: &str) -> (Vec<u8>, Vec<ParseWarning>)Expand description
The pltotf algorithm.
This algorithm converts a .pl string to .tfm bytes.
pub fn pl_to_tfm(pl_data: &str) -> (Vec<u8>, Vec<ParseWarning>)The pltotf algorithm.
This algorithm converts a .pl string to .tfm bytes.