Docs.rs
typst-library-0.13.1
typst-library 0.13.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
laurmaedje
Dependencies
az ^1.2
normal
bitflags ^2
normal
bumpalo ^3.15.4
normal
chinese-number ^0.7.2
normal
ciborium ^0.2.1
normal
codex ^0.1.1
normal
comemo ^0.4
normal
csv ^1
normal
ecow ^0.2
normal
flate2 ^1
normal
fontdb ^0.21
normal
hayagriva ^0.8.1
normal
icu_properties ^1.4
normal
icu_provider ^1.4
normal
icu_provider_blob ^1.4
normal
image ^0.25.5
normal
indexmap ^2
normal
kamadak-exif ^0.6
normal
kurbo ^0.11
normal
lipsum ^0.9
normal
memchr ^2
normal
palette ^0.7.3
normal
phf ^0.11
normal
png ^0.17
normal
qcms ^0.3.0
normal
rayon ^1.7.0
normal
regex ^1
normal
regex-syntax ^0.8
normal
roxmltree ^0.20
normal
rust_decimal ^1.36.0
normal
rustybuzz ^0.18
normal
serde ^1.0.184
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
siphasher ^1
normal
smallvec ^1.11.1
normal
syntect ^5
normal
time ^0.3.20
normal
toml ^0.8
normal
ttf-parser ^0.24.1
normal
two-face ^0.4.3
normal
typed-arena ^2
normal
typst-assets ^0.13.1
normal
typst-macros ^0.13.1
normal
typst-syntax ^0.13.1
normal
typst-timing ^0.13.1
normal
typst-utils ^0.13.1
normal
unicode-math-class ^0.1
normal
unicode-segmentation ^1
normal
unscanny ^0.1
normal
usvg ^0.43
normal
wasmi ^0.40.0
normal
xmlwriter ^0.1.0
normal
Versions
79.41%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
typst_
library
0.13.1
Module engine
Module Items
Structs
In crate typst_
library
typst_library
Module
engine
Copy item path
Source
Expand description
Definition of the central compilation context.
Structs
ยง
Engine
Holds all data needed during compilation.
Route
The route the engine took during compilation. This is used to detect cyclic imports and excessive nesting.
Sink
A push-only sink for delayed errors, warnings, and traced values.
Traced
May hold a span that is currently under inspection.