tg_geom_sys/
lib.rs

1//! Low-level FFI bindings for the TG geometry library.
2//!
3//! For a safe Rust API, use `tg-geom` instead.
4
5#![allow(non_camel_case_types)]
6#![allow(non_upper_case_globals)]
7#![allow(non_snake_case)]
8
9include!(concat!(env!("OUT_DIR"), "/bindings.rs"));