javascriptcore-rs-sys 1.1.1

Sys functions for the Rust bindings of the javacriptcore library
Documentation
// Generated by gir (https://github.com/gtk-rs/gir @ 73df75128d55)
// from ../gir-files (@ 8be196040235)
// DO NOT EDIT

#[cfg(not(docsrs))]
use std::process;

#[cfg(docsrs)]
fn main() {} // prevent linking libraries to avoid documentation failure

#[cfg(not(docsrs))]
fn main() {
  if let Err(s) = system_deps::Config::new().probe() {
    println!("cargo:warning={s}");
    process::exit(1);
  }
}