Taitank Safe
(In Progress) Rust binding of tencent/taitank provides safe binding to the Taitank Layout Library.
Usage
[]
= "0.0.1"
use *;
let mut root = node_create;
set_width;
set_height;
let mut root_child0 = node_create;
set_flex_grow;
set_flex_basis;
insert_child;
let mut root_child1 = node_create;
set_flex_grow;
insert_child;
layout!;