Expand description
⚠️ WARNING ⚠️
This crate is intended for Zenoh’s internal use.
Click here for Zenoh’s documentation
Configuration to pass to zenoh::open()
and zenoh::scout()
functions and associated constants.
Re-exports§
pub use wrappers::ZenohId;
pub use mode_dependent::*;
pub use connection_retry::*;
Modules§
- Constants and helpers for zenoh
whatami
flags. - Wrappers around types reexported by
zenoh
from subcrates. These wrappers are used to avoid exposing the the API necessary only for zenoh internals into the public API.
Macros§
Structs§
- A string that respects the
EndPoint
canon form:<locator>[#<config>]
. - A string that respects the
Locator
canon form:<proto>/<address>[?<metadata>]
. - This part of the configuration is highly dynamic (any
serde_json::Value
may be put in there), but should follow this scheme:
Enums§
Traits§
Functions§
- Creates a default
'client'
mode zenoh net Session configuration. - Creates a default zenoh net Session configuration (equivalent to
peer
). - Creates an empty zenoh net Session configuration.
- Creates a default
'peer'
mode zenoh net Session configuration.