cql_bindgen 0.0.3

A trivially modified version of the bindgen created cql bindings plus a working example with no additional dependencies
[package]

description = "A trivially modified version of the bindgen created cql bindings plus a working example with no additional dependencies"
license = "Apache-2.0"name = "cql_bindgen"
version = "0.0.3"
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"