json-glib 0.1.1

Rust bindings for the Glib Json library
Documentation
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(unsafe_op_in_unsafe_fn)]
#![allow(deprecated)]
#![allow(unused_imports)]

macro_rules! assert_initialized_main_thread {
    () => {};
}

macro_rules! skip_assert_initialized {
    () => {};
}

pub use auto::*;
use json_glib_sys as ffi;

mod auto;
/* #[cfg(feature = "v1_2")] */
/* mod json_object_iter; */
pub mod prelude;

pub mod functions {
    pub use super::auto::functions::*;
}