typwriter 0.14.27

A Rust library for compiling, formatting, and watching Typst documents, with PDF metadata and permission management.
Documentation
1
2
3
4
5
6
use typst_kit::download::Downloader;

/// Returns a new downloader.
pub fn downloader() -> Downloader {
    Downloader::new(concat!("typwriter/", env!("CARGO_PKG_VERSION")))
}