Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
88 stars 21 forks source link

Independent of libc #57

Closed negezor closed 4 months ago

negezor commented 5 months ago

This change allows us to not depend directly on libc. Since a simple type cast, which is an alias, is required. If something happens after update, the compiler will help us.