Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 904 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 904 Bytes

Taitank Safe

License Package version Workflow

Rust binding of tencent/taitank provides safe binding to the layout library.

Usage

[dependencies]
taitank_safe = "0.0.6"
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 [email protected]:rustq/taitank-safe.git
$ cd taitank-safe
$ cargo run --example demo

License

MIT