cql_bindgen 0.0.8

A trivially modified version of the bindgen created cql bindings plus a working example with no additional dependencies. Now Works with the beta channel
Documentation
[package]

description = "A trivially modified version of the bindgen created cql bindings plus a working example with no additional dependencies.\nNow Works with the beta channel"
license = "Apache-2.0"
name = "cql_bindgen"
version = "0.0.8"
authors = ["Tupshin Harper <tupshin@tupshin.com>"]


[lib]
name = "cql_bindgen"

[[bin]]
name="basic"
path="src/examples/basic.rs"

[[bin]]
name="schema_meta"
path="src/examples/schema_meta.rs"

[dependencies]
libc = "*"