Skip to content

Commit

Permalink
docs(iroh): inline reexported docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 2, 2024
1 parent 3aa7697 commit 61df482
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iroh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
#![deny(missing_docs, rustdoc::broken_intra_doc_links)]

// re-export the iroh crates
#[doc(inline)]
pub use iroh_base as base;
#[doc(inline)]
pub use iroh_bytes as bytes;
#[doc(inline)]
pub use iroh_net as net;
#[doc(inline)]
pub use iroh_sync as sync;

pub mod client;
Expand Down

0 comments on commit 61df482

Please sign in to comment.