/winvoice-export

Export CLInvoice data to different file formats.

Primary LanguageRustOtherNOASSERTION

CLInvoice Export

clinvoice_export allows converting a Job into a [String] which contains valid syntax for some specified file [Format].

It is possible to write a new exporter as part of a custom CLInvoice frontend using the modules in this crate.

Features

  • markdown enables [Format::Markdown].

See also

  • [Format], for the available file formats.
  • [Format::export_job] for more notes and warnings about the conversion.