Crate tinymist_task

Source

Re-exports§

pub use compute::*;

Modules§

compute

Structs§

ApplyProjectTask
A project task application specifier. This is used for specifying tasks to run in a project. When the language service notifies an update event of the project, it will check whether any associated tasks need to be run.
ExportHtmlTask
An export html task specifier.
ExportMarkdownTask
An export markdown task specifier.
ExportPdfTask
An export pdf task specifier.
ExportPngTask
An export png task specifier.
ExportSvgTask
An export svg task specifier.
ExportTask
An export task specifier.
ExportTextTask
An export text task specifier.
Id
A project ID.
Pages
Implements parsing of page ranges (1-3, 4, 5-, -2), used by the CompileCommand.pages argument, through the FromStr trait instead of a value parser, in order to generate better errors.
PathPattern
The path pattern that could be substituted.
PreviewTask
A preview task specifier.
QueryTask
An export query task specifier.
ResourcePath
A resource path.
Scalar
A scalar that is not NaN.

Enums§

ExportTarget
Specifies the current export target.
ExportTransform
A project export transform specifier.
OutputFormat
Which format to use for the generated output file.
PageSelection
The legacy page selection specifier.
PdfStandard
A PDF standard that Typst can enforce conformance with.
ProjectTask
A project task specifier. This structure specifies the arguments for a task.
TaskWhen
When to export an output file.