tg-sys 0.1.1

unsafe low-level bindings to the `tg` geometry library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# tg-sys

`tg-sys` provides unsafe bindings to the [tg](https://github.com/tidwall/tg) library.

See the documentation at https://github.com/tidwall/tg/blob/main/docs/API.md for details.

## Usage

This will build a rust library that statically links with the bundled tg library, currently
at v0.3.0.

## License

`tg-sys` is provided under the MIT license.

It includes the `tg` library by Joshua J Baker, also provided under the MIT license.