Re-exports§
pub use encoding::Encoding;
pub use encoding::EncodingId;
pub use parameters::Parameters;
pub use whatami::*;
pub use wire_expr::*;
pub use locator::*;
pub use endpoint::*;
pub use resolution::*;
Modules§
- encoding
- endpoint
- key_
expr - This module implements the Key Expression Language, as explained in details in
keyexpr
’s documentation. - locator
- parameters
- resolution
- whatami
- Constants and helpers for zenoh
whatami
flags. - wire_
expr - This module defines the wire representation of Key Expressions.
Structs§
- Channel
- CowStr
- Entity
Global IdProto - The global unique id of a zenoh entity.
- Invalid
Reliability - NTP64
- A NTP 64-bits format as specified in RFC-5909
- Priority
Range - A
Priority
range bounded inclusively below and above. - Size
Error - Timestamp
- A timestamp made of a
NTP64
and acrate::HLC
’s unique identifier. - Zenoh
IdProto - The global unique id of a zenoh peer.
Enums§
- Congestion
Control - Congestion control strategy.
- Invalid
Priority Range - Priority
- Reliability
Type Aliases§
- Entity
Id - The unique id of a zenoh entity inside it’s parent
Session
. - Timestamp
Id - The unique Id of the
HLC
that generated the concernedTimestamp
.