mirror of
https://gitee.com/openharmony/third_party_rust_rust-base64
synced 2024-12-11 15:05:35 +00:00
README: Add badges for build and coverage
This commit is contained in:
parent
9948e90631
commit
faa77ce310
@ -1,6 +1,7 @@
|
||||
[base64](https://crates.io/crates/base64)
|
||||
===
|
||||
[![](https://img.shields.io/crates/v/base64.svg)](https://crates.io/crates/base64) [![Docs](https://docs.rs/base64/badge.svg)](https://docs.rs/base64)
|
||||
|
||||
[![](https://img.shields.io/crates/v/base64.svg)](https://crates.io/crates/base64) [![Docs](https://docs.rs/base64/badge.svg)](https://docs.rs/base64) [![Build](https://travis-ci.org/alicemaz/rust-base64.svg?branch=master)](https://travis-ci.org/alicemaz/rust-base64) [![codecov](https://codecov.io/gh/alicemaz/rust-base64/branch/master/graph/badge.svg)](https://codecov.io/gh/alicemaz/rust-base64)
|
||||
|
||||
It's base64. What more could anyone want?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user