taitank-safe

Crates.iotaitank-safe
lib.rstaitank-safe
version0.1.0
created_at2024-11-03 13:58:45.130606+00
updated_at2025-02-16 06:28:16.35516+00
descriptiontaitank in safe rust
homepage
repository
max_upload_size
id1433787
size174,387
MeloAlright (meloalright)

documentation

README

Taitank Safe

License Package version Workflow

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

MIT

Commit count: 0

cargo fmt