Skip to content

Commit

Permalink
advise library authors to re-export wrap module
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Dec 10, 2022
1 parent 6a1e7ca commit c3721ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion audio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
//! ```
//!
//! We also support [wrapping][wrap] external buffers so that they can
//! interoperate like other audio buffers.
//! interoperate like other audio buffers. Library authors using the [Buf]/[BufMut]
//! traits as generic inputs to functions should re-export the [wrap] module so
//! users of the library are not required to use this crate's buffer structs.
//!
//! <br>
//!
Expand Down

0 comments on commit c3721ba

Please sign in to comment.