mongors 0.3.0-alpha.1

Rust driver for MongoDB
Documentation
// C_INCLUDE_PATH=./ bindgen wrapper.h -o bindings.rs
// or
// bindgen wrapper.h -o bindings.rs -- -I /usr/local/include/libmongoc-1.0 -I /usr/local/include/libbson-1.0
// current mongoc version is 1.14
// pub mod bsonc;
// pub mod mongoc;

#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(improper_ctypes)]
#![allow(clippy::all)]

include!("bindings.rs");