8 releases
new 0.1.0 | Feb 16, 2025 |
---|---|
0.0.6 | Nov 16, 2024 |
#5 in #mut
458 downloads per month
135KB
3K
SLoC
Taitank Safe
Rust binding of tencent/taitank provides safe binding to the layout library.
Usage
[dependencies]
taitank_safe = "0.1.0"
use taitank_safe::*;
let mut root = node_create();
set_width(&mut root, 100.0);
set_height(&mut root, 100.0);
layout!(&mut root);
Development
$ git clone git@github.com:rustq/taitank-safe.git
$ cd taitank-safe
$ cargo run --example demo
License
Dependencies
~0.5–2.1MB
~34K SLoC