Crates.io | tg-sys |
lib.rs | tg-sys |
version | 0.1.1 |
source | src |
created_at | 2023-11-12 13:27:14.486728 |
updated_at | 2023-11-23 20:08:29.67042 |
description | unsafe low-level bindings to the `tg` geometry library |
homepage | |
repository | https://github.com/jcdyer/tg-sys |
max_upload_size | |
id | 1032744 |
size | 7,334,503 |
tg-sys
provides unsafe bindings to the tg library.
See the documentation at https://github.com/tidwall/tg/blob/main/docs/API.md for details.
This will build a rust library that statically links with the bundled tg library, currently at v0.3.0.
tg-sys
is provided under the MIT license.
It includes the tg
library by Joshua J Baker, also provided under the MIT license.