Skip to content

Commit 0bd7a18

Browse files
zakcutnermarmeladema
authored andcommitted
Add badges from crates.io to README
1 parent 617f081 commit 0bd7a18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# sliceslice
22

33
[![Actions](https://github.com/marmeladema/sliceslice-rs/workflows/Check/badge.svg)](https://github.com/marmeladema/sliceslice-rs/actions)
4+
[![Crate](https://img.shields.io/crates/v/sliceslice)](https://crates.io/crates/sliceslice)
5+
[![Docs](https://docs.rs/mio/badge.svg)](https://docs.rs/sliceslice)
6+
[![License](https://img.shields.io/crates/l/sliceslice)](LICENSE)
47

58
A fast implementation of single-pattern substring search using SIMD acceleration, based on the work [presented by Wojciech Muła](http://0x80.pl/articles/simd-strfind.html). For a fast multi-pattern substring search algorithm, see instead the [`aho-corasick` crate](https://github.com/BurntSushi/aho-corasick).
69

0 commit comments

Comments
 (0)