/* SPDX-FileCopyrightText: © 2025 Decompollaborate */
/* SPDX-License-Identifier: MIT */
// TODO: Use #![doc = include_str!("../README.md")] instead when the MSRV is 1.54+
//! Raw FFI bindings for glankk's [`libgfxd`](https://github.com/glankk/libgfxd)
//! C library to be used in Rust.
//!
//! Refer to the original documentation for usage. This crate also provides
//! adapted documentation, but it is not guaranteed to be 100% correct.
// #![deny(unsafe_op_in_unsafe_fn)]