docs: Add link to rustdocs for master to README (#3197)

I added a link to the master docs to the [README](README.md).
This commit is contained in:
Hannes
2022-12-19 07:34:29 +01:00
committed by GitHub
parent fb45ce3773
commit 160ddc58f2

View File

@ -4,6 +4,7 @@
[![dependency status](https://deps.rs/repo/github/libp2p/rust-libp2p/status.svg?style=flat-square)](https://deps.rs/repo/github/libp2p/rust-libp2p)
[![Crates.io](https://img.shields.io/crates/v/libp2p.svg)](https://crates.io/crates/libp2p)
[![docs.rs](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/libp2p)
[![docs.rs master](https://img.shields.io/badge/docs-master-blueviolet)](https://libp2p.github.io/rust-libp2p/libp2p/)
This repository is the central place for Rust development of the [libp2p](https://libp2p.io) spec.