suharev7 / clickhouse-rs

Asynchronous ClickHouse client library for Rust programming language.
MIT License
324 stars 121 forks source link

Use Rust `cityhash-rs` crate #148

Closed Protryon closed 1 year ago

Protryon commented 3 years ago

This PR replaces the FFI call to the C implementation of cityhash with a pure Rust implementation in the cityhash-rs crate.

ngugcx commented 2 years ago

cityhash-rs crate is licensed under GPL-3.0-or-later, which conflicts with MIT license.

Protryon commented 2 years ago

@ngugcx cityhash 1.0.1 is now licensed under APACHE/MIT