typwire 0.1.0

Rust types for the Typst plugin system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "typwire"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
authors = ["Tim Voßhenrich"]
description = "Rust types for the Typst plugin system."
readme = "README.md"
repository = "https://github.com/T1mVo/typwire"
license = "MIT OR Apache-2.0"
keywords = ["typst", "typing", "wasm", "plugin"]
categories = ["data-structures", "encoding", "wasm"]
exclude = ["example", "test", "scripts", "src-typst"]

[dependencies]
ciborium = "0.2.2"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"