Skip to content

Commit

Permalink
make PublisherAny public
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 5, 2024
1 parent 88b6ebe commit 90af33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roslibrust/src/ros1/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub use node::*;

mod publisher;
pub use publisher::Publisher;
pub use publisher::PublisherAny;
mod service_client;
pub use service_client::ServiceClient;
mod subscriber;
Expand Down

0 comments on commit 90af33a

Please sign in to comment.