Registry / RepositoryTypeScriptRustPython
Rollpie
ReadmeFiles
Versions
Info
Download
0.2.0579.9 KB2026-09-150.1.1576.6 KB2026-09-12
Version
0.2.0
Copyright
Rollpie, Irohabook
Publisher
math
Published
2026-09-15
Size
579.9 KB
Downloads
2
Checksum
58312d92e63a92784e82a974317afd849e59d143a6320c3cc62faa0980834a7b
Dependencies
None

Cargo.toml

1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "suki"
version = "0.2.0"
edition = "2024"
description = "A Rust library that typesets LaTeX math into HTML and SVG."
license = "MIT OR Apache-2.0"
readme = "README.md"

# cdylib は wasm にするときに要る(src/wasm.rs)
[lib]
crate-type = ["rlib", "cdylib"]

[dependencies]