Docs.rs
rust_tikz-0.1.0
rust_tikz 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
siefkenj
Dependencies
anyhow ^1.0.92
normal
dvi ^0.2.2
normal
dvi2html ^0.2.0
normal
flate2 ^1.0.34
normal
tar ^0.4.43
normal
wasmi ^0.39.0
normal
wat ^1.219.1
normal
Versions
75%
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
rust_
tikz
0.1.0
All Items
Crate Items
Structs
Functions
Crate
rust_tikz
Copy item path
Source
Structs
§
Wasm
Runner
Holds the TeX engine and initialized
wasmr
runtime. This object stubs out all of the system calls that the WASM-compiled TeX engine needs to run.
Functions
§
tex2svg
Convert a TeX string to SVG using the given
WasmRunner
. This function can be called multiple times with the same
WasmRunner
.
text2svg_
simple
Convert
input
into an SVG string. This function creates a new
WasmRunner
each time it is called. If you want to convert multiple strings, it is more efficient to use
tex2svg
instead.