Skip to content

Commit 3b7881c

Browse files
authored
docs: Also list iroh-gossip as a re-export (#2606)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> Just a missing doc change that I noticed when trying to answer a Q on discord. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> None ## 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. - ~~[ ] Tests if relevant.~~ - [x] All breaking changes documented.
1 parent 5eee643 commit 3b7881c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iroh/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
//! - [iroh_base] as [`base`]
8181
//! - [iroh_blobs] as [`blobs`]
8282
//! - [iroh_docs] as [`docs`]
83+
//! - [iroh_gossip] as [`gossip`]
8384
//! - [iroh_net] as [`net`]
8485
//!
8586
//! ## Feature Flags

0 commit comments

Comments
 (0)