Skip to content

Commit

Permalink
Update travis links
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Jan 23, 2017
1 parent d21d877 commit d351998
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rust-hyperscan [![travis](https://travis-ci.org/flier/rust-hyperscan.svg?branch=master)](https://travis-ci.org/flier/rust-hyperscan) [![crate](https://img.shields.io/crates/v/hyperscan.svg)](https://crates.io/crates/hyperscan) [![docs](https://docs.rs/hyperscan/badge.svg)](https://docs.rs/hyperscan)
# rust-hyperscan [![travis](https://api.travis-ci.org/flier/rust-hyperscan.svg)](https://travis-ci.org/flier/rust-hyperscan) [![crate](https://img.shields.io/crates/v/hyperscan.svg)](https://crates.io/crates/hyperscan) [![docs](https://docs.rs/hyperscan/badge.svg)](https://docs.rs/hyperscan)

[Hyperscan](https://github.com/01org/hyperscan) is a high-performance regular expression matching library.

Expand Down Expand Up @@ -41,7 +41,3 @@ fn main() {
db.scan::<BlockDatabase>("some test data", 0, &scratch, Some(callback), Some(&db)).unwrap();
}
```

## Document

[API Reference](http://flier.github.io/rust-hyperscan/doc/hyperscan)

0 comments on commit d351998

Please sign in to comment.