Skip to content

Commit

Permalink
Make zenoh::session::ZenohId stable (#1437)
Browse files Browse the repository at this point in the history
* Make `zenoh::session::ZenohId` stable

* Make `zenoh::session::EntityId` stable

* Fix formatting
  • Loading branch information
fuzzypixelz authored Sep 18, 2024
1 parent f503f08 commit adc50a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ pub mod key_expr {
/// Zenoh [`Session`] and associated types
pub mod session {
#[zenoh_macros::unstable]
pub use zenoh_config::wrappers::{EntityGlobalId, ZenohId};
pub use zenoh_config::wrappers::EntityGlobalId;
pub use zenoh_config::wrappers::ZenohId;
#[zenoh_macros::unstable]
pub use zenoh_protocol::core::EntityId;

#[zenoh_macros::internal]
Expand Down

0 comments on commit adc50a9

Please sign in to comment.