Skip to content

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

Notifications You must be signed in to change notification settings

rustq/taitank-safe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published