Skip to content

Commit

Permalink
Update document link
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Dec 26, 2016
1 parent 2b3a835 commit bd63796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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)
A suite of non-cryptographic hash functions for Rust, base on a forked [smhasher](https://github.com/rurban/smhasher/).

[API Document](https://docs.rs/fasthash/)
[API Document](https://flier.github.io/rust-fasthash/)

# Usage

Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

1 change: 1 addition & 0 deletions fasthash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Flier Lu <[email protected]>"]
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"
documentation = "https://flier.github.io/rust-fasthash/"
keywords = ["hashing"]
license = "Apache-2.0"
build = "build.rs"
Expand Down

0 comments on commit bd63796

Please sign in to comment.