1//! See [llama-cpp-2](https://crates.io/crates/llama-cpp-2) for a documented and safe API.
23#![allow(non_upper_case_globals)]
4#![allow(non_camel_case_types)]
5#![allow(non_snake_case)]
6#![allow(unpredictable_function_pointer_comparisons)]
78include!(concat!(env!("OUT_DIR"), "/bindings.rs"));