fasthash-sys 0.1.0

A suite of non-cryptographic hash functions for Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fasthash-sys"
version = "0.1.0"
authors = ["Flier Lu <flier.lu@gmail.com>"]
description = "A suite of non-cryptographic hash functions for Rust."
homepage = "https://github.com/flier/rust-fasthash"
repository = "https://github.com/flier/rust-fasthash.git"
keywords = ["hashing"]
license = "Apache-2.0"
build = "build.rs"

[dependencies]

[build-dependencies]
gcc = "0.3"
libbindgen = "0.1"