Registry / database / clickhouse-rs-cityhash-sys

clickhouse-rs-cityhash-sys

JSON →
library0.1.2rscratesunverified

Rust CityHash sys package for clickhouse-rs.

# Cargo.toml [dependencies] clickhouse-rs-cityhash-sys = "0.1.2"
INSTALL
IMPORT
SIG · CLICKHOUSE-RS-CITY
C
clickhouse-rs-cityhash-sys
databaserustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cityhash
use clickhouse_rs_cityhash_sys::cityhash;

Computes a CityHash64 hash using the sys bindings.

use clickhouse_rs_cityhash_sys::cityhash; fn main() { let hash = cityhash::city_hash_64(b"hello"); println!("CityHash64: {}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
clickhouse-rs-cityhash-sys — cargo add clickhouse-rs-cityhash-sys · libregistry