From 725b1781a187c1ab3070c233247c4051340d3e4f Mon Sep 17 00:00:00 2001 From: Kasey Date: Mon, 5 Aug 2024 13:42:10 -0400 Subject: [PATCH] docs(iroh): add documentations and examples for the `iroh::node::Client` (#2582) ## Description Happy Docs Day! Added documentation to the `iroh::node::Client`, including examples. ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. --------- Co-authored-by: Kasey Huizinga --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index af8e7a5224..32932a5825 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2525,6 +2525,7 @@ dependencies = [ "tokio-util", "tracing", "tracing-subscriber", + "url", "walkdir", ]