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.
[dependencies]
takumi = "2.0.0-beta.2" # check docs.rs for the latest betaThe full API lives on docs.rs. Start there for the Renderer, node tree, and output formats.
Edit on GitHub
Last updated on