Skip to main content

gnu_units_sys/
lib.rs

1//! Raw FFI bindings to the vendored GNU Units C library.
2//!
3//! Generated by `bindgen`; not intended for direct use, prefer the safe
4//! wrappers in the `gnu_units` crate.
5
6#![allow(non_camel_case_types)]
7#![allow(non_snake_case)]
8#![allow(non_upper_case_globals)]
9#![allow(clippy::missing_safety_doc)]
10#![allow(clippy::ptr_offset_with_cast)]
11#![allow(unnecessary_transmutes)]
12
13include!("../gen/bindings.rs");