clickhouse-rs 0.1.21

Tokio based asynchronous Yandex ClickHouse client library.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) use self::{
    box_future::{BoxFuture, BoxStream},
    stream::Stream,
    transport::ClickhouseTransport,
};

mod box_future;
pub(crate) mod stream;
pub(crate) mod transport;