pub fn make_barcode_custom_table<'table>(
table: &'table Table,
text: &str,
prefer: BarcodeType,
) -> Option<Barcode<'table>>Expand description
Find a barcode using dynamic programming. It’s very fast.
For the table parameter you can use TABLE, it’s the default table.