1#![cfg(target_os = "linux")]
2#![doc = include_str!("../README.md")]
3#![doc(html_root_url = "https://docs.rs/smartcols-sys/0.1.1")]
4#![allow(non_camel_case_types)]
5
6#[cfg(test)]
7mod tests;
8
9include!(concat!(env!("OUT_DIR"), "/smartcols-sys.rs"));