Expand description
Re-export of the typst crate.
Re-exports§
pub use typst::syntax;
Modules§
- diag
- Diagnostics.
- foundations
- Foundational types and functions.
- prelude
- The prelude of the Typst module.
Structs§
- Bytes
- A sequence of bytes.
- Lazy
Hash - A wrapper type with lazily-computed hash.
- Typst
Abs - An absolute length.
- Typst
Dict - A map from string keys to values.
- Typst
File Id - Although this is not good to expose this, we make an alias here to let it as a part of typst-ts. Identifies a file in a project or package.
- Typst
Font - An OpenType font.
- Typst
Html Document - An HTML document.
- Typst
Paged Document - A finished document with metadata and page frames.
Enums§
- Typst
Datetime - Represents a date, a time, or a combination of both.
- Typst
Document - The enum of all well-known Typst documents.
Traits§
- Typst
Document Trait - A document is what results from compilation.
- Typst
World - The environment in which typesetting occurs.