Add more status badges

This commit is contained in:
George 2021-03-13 09:39:31 +03:00 committed by GitHub
parent 98bd918b13
commit b7c13dc484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
[![Build](https://github.com/Horhik/rust-fcp/actions/workflows/build.yml/badge.svg)](https://github.com/Horhik/rust-fcp/actions/workflows/build.yml) [![Tests](https://github.com/Horhik/rust-fcp/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/Horhik/rust-fcp/actions/workflows/tests.yml)
[![dependency status](https://deps.rs/repo/github/horhik/rust-fcp/status.svg)](https://deps.rs/repo/github/rust-fcp/rust-fcp)
[![Latest Version](https://img.shields.io/crates/v/fcpv2.svg)](https://crates.io/crates/fcpv2)
[![Docs](https://docs.rs/fcpv2/badge.svg)](https://docs.rs/fcpv2)
Library for freenet FCPv2 protocol
It's set of structures from [official FCPv2 wiki](https://github.com/freenet/wiki/wiki/FCPv2), their implementations, parse and convert functions