You're reading the v2 beta docs. For the stable release, switch to v1 →
TakumiTakumi
Integration

Rust

Embed the Takumi engine directly in a Rust application.

The JavaScript bindings wrap a Rust engine. To use that engine in a Rust app, or to port it to another language, add the takumi crate.

Cargo.toml
[dependencies]
takumi = "2.0.0-beta.2" # check docs.rs for the latest beta

The full API lives on docs.rs. Start there for the Renderer, node tree, and output formats.

Edit on GitHub

Last updated on