Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Dec 5, 2024
1 parent d3f72cc commit af46792
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,14 @@ compile_error!(

#[zenoh_macros::internal]
pub mod internal {
pub mod builders {
pub mod close {
pub use crate::api::builders::close::{BackgroundCloseBuilder, NolocalJoinHandle};
}
}
pub mod traits {
pub use crate::api::builders::{
close::{BackgroundCloseBuilder, NolocalJoinHandle},
sample::{
EncodingBuilderTrait, QoSBuilderTrait, SampleBuilderTrait, TimestampBuilderTrait,
},
pub use crate::api::builders::sample::{
EncodingBuilderTrait, QoSBuilderTrait, SampleBuilderTrait, TimestampBuilderTrait,
};
}
pub use zenoh_core::{
Expand Down

0 comments on commit af46792

Please sign in to comment.