File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# rust-fasthash [ ![ travis build] ( https://travis-ci.org/flier/rust-fasthash.svg?branch=master )] ( https://travis-ci.org/flier/rust-fasthash ) [ ![ crate] ( https://img.shields.io/crates/v/fasthash.svg )] ( https://crates.io/crates/fasthash )
2
2
A suite of non-cryptographic hash functions for Rust, base on a forked [ smhasher] ( https://github.com/rurban/smhasher/ ) .
3
3
4
- [ API Document] ( https://docs.rs/ fasthash/ )
4
+ [ API Document] ( https://flier.github.io/rust- fasthash/ )
5
5
6
6
# Usage
7
7
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Flier Lu <flier.lu@gmail.com>"]
5
5
description = " A suite of non-cryptographic hash functions for Rust."
6
6
homepage = " https://github.com/flier/rust-fasthash"
7
7
repository = " https://github.com/flier/rust-fasthash.git"
8
+ documentation = " https://flier.github.io/rust-fasthash/"
8
9
keywords = [" hashing" ]
9
10
license = " Apache-2.0"
10
11
build = " build.rs"
You can’t perform that action at this time.
0 commit comments