typed-clickhouse 0.2.0

a typed client for ClickHouse
Documentation
language: rust
rust:
    - stable
before_script:
    - rustup component add clippy
    - rustup component add rustfmt
script:
    - cargo clippy --version
    - cargo clippy --all-targets --all-features -- -D warnings -D rust_2018_idioms
    - cargo fmt --version
    - cargo fmt -- --check
    - cargo test