Skip to content

Commit

Permalink
fix: add missing exports of advanced publication builders
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jan 15, 2025
1 parent 2d94725 commit f75b4c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zenoh-ext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ pub use crate::serialization::{
#[allow(deprecated)]
pub use crate::{
advanced_cache::{CacheConfig, RepliesConfig},
advanced_publisher::{AdvancedPublisher, AdvancedPublisherBuilder, MissDetectionConfig},
advanced_publisher::{
AdvancedPublicationBuilder, AdvancedPublisher, AdvancedPublisherBuilder,
AdvancedPublisherDeleteBuilder, AdvancedPublisherPutBuilder, MissDetectionConfig,
},
advanced_subscriber::{
AdvancedSubscriber, AdvancedSubscriberBuilder, HistoryConfig, Miss, RecoveryConfig,
SampleMissHandlerUndeclaration, SampleMissListener, SampleMissListenerBuilder,
Expand Down

0 comments on commit f75b4c8

Please sign in to comment.