#![doc = include_str!("../README.md")]
#![cfg(all(
target_os = "windows",
target_env = "gnu",
any(target_arch = "x86", target_arch = "x86_64")
))]
#![doc(html_root_url = "https://docs.rs/gnurx-sys/0.3.14")]
#[cfg(test)]
mod tests;
extern crate alloc;
include!(concat!(env!("OUT_DIR"), "/gnurx-sys.rs"));