clickhouse 0.15.0

Official Rust client for ClickHouse DB
Documentation
1
2
3
4
5
//! Bespoke data types for use with ClickHouse.

pub use int256::{Int256, TryFromInt256Error, TryFromUInt256Error, UInt256};

pub(crate) mod int256;