Crates.io | ch_cityhash102 |
lib.rs | ch_cityhash102 |
version | |
source | src |
created_at | 2024-12-11 18:03:19.973008 |
updated_at | 2024-12-11 18:03:19.973008 |
description | ClickHouse CityHash implementation |
homepage | |
repository | https://github.com/monoid/ch_cityhash102 |
max_upload_size | |
id | 1480418 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ch_cityhash102
is a native no_std Rust implementation of ClickHouse's
CityHash version. ClickHouse uses specific old version of the
CityHash algorithm (1.0.2, as per
https://github.com/ClickHouse/ClickHouse/issues/8354).
Two versions are implemented: cityhash64
used in ClickHouse's query
language, and cityhash128
used in the ClickHouse protocol.