Registry / utility / typst-ts-core

typst-ts-core

JSON →
library0.2.2rscratesunverified

Core functionality for the Typst.ts library, providing foundational types and utilities for Typst document processing.

# Cargo.toml [dependencies] typst-ts-core = "0.2.2"
INSTALL
IMPORT
SIG · TYPST-TS-CORE
T
typst-ts-core
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TypstDocument
✓ use typst_ts_core::TypstDocument;

Creates a default Typst document instance.

use typst_ts_core::TypstDocument; fn main() { let doc = TypstDocument::default(); println!("Document created: {:?}", doc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
typst-ts-core — cargo add typst-ts-core · libregistry