From 71ff7db39bfb5852f8eff93fa0b1862729ef1778 Mon Sep 17 00:00:00 2001 From: nazeh Date: Sat, 25 Nov 2023 20:23:26 +0300 Subject: [PATCH] docs: add API docs in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d30576da..298559fe 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This library is focused on being the best and simplest Rust client for Mainline, It should work as a routing / storing node as well, but if you want to run a reliable node to support the network, you might be better off running [libtorrent](https://libtorrent.org/) for now. +**[API Docs](https://docs.rs/mainline/latest/mainline/)** + ## Get started Check the [Examples](./examples).