//! Native FFI bindings to [libsplinter](https://github.com/splinterhq/libsplinter),
//! persistent variant (`splinter_p`, built with `SPLINTER_PERSISTENT`).
//!
//! This is a `-sys` crate: it exposes the raw, auto-generated C ABI and nothing
//! more. The vendored C sources are compiled from source by the build script,
//! so no system installation of libsplinter is required. Bindings are generated
//! with bindgen at build time and written to `OUT_DIR`.
include!;