mirror of
https://github.com/openharmony/third_party_rust_memchr.git
synced 2026-07-01 08:14:31 -04:00
readme: use GitHub actions badge
This commit is contained in:
@@ -11,10 +11,6 @@ keywords = ["memchr", "char", "scan", "strchr", "string"]
|
||||
license = "Unlicense/MIT"
|
||||
exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "BurntSushi/rust-memchr" }
|
||||
appveyor = { repository = "BurntSushi/rust-memchr" }
|
||||
|
||||
[lib]
|
||||
name = "memchr"
|
||||
bench = false
|
||||
|
||||
@@ -2,8 +2,7 @@ memchr
|
||||
======
|
||||
The `memchr` crate provides heavily optimized routines for searching bytes.
|
||||
|
||||
[](https://travis-ci.org/BurntSushi/rust-memchr)
|
||||
[](https://ci.appveyor.com/project/BurntSushi/rust-memchr/branch/master)
|
||||
[](https://github.com/BurntSushi/rust-memchr/actions)
|
||||
[](https://crates.io/crates/memchr)
|
||||
|
||||
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
|
||||
|
||||
Reference in New Issue
Block a user