typst-pack 0.5.0

Portable single-file packs of Typst projects: sources, resources, packages, and fonts
Documentation
1
2
3
4
5
6
7
8
9
//! Compiling a pack into Compilation Output Artifacts.

mod fulfillment;
mod identity;
mod kernel;

pub use fulfillment::*;
pub use identity::*;
pub use kernel::*;