Modules§
- To manage groups and group memberships
Structs§
- The builder of PublicationCache, allowing to configure it.
- The builder of an
AdvancedSubscriber
, allowing to configure it. - Configure an
AdvancedPublisher
cache. - Fetching
Subscriber Deprecated A Subscriber that will run the given user definedfetch
function at startup. - Fetching
Subscriber Builder Deprecated The builder ofFetchingSubscriber
, allowing to configure it. - Configure query for historical data.
- Liveliness
Space Deprecated The key space for liveliness tokens. - A struct that represent missed samples.
- Publication
Cache Deprecated - Publication
Cache Builder Deprecated The builder of PublicationCache, allowing to configure it. - Querying
Subscriber Builder Deprecated The builder ofFetchingSubscriber
, allowing to configure it. - Configure retransmission.
- Configure replies.
- A
Resolvable
returned when undeclaring aSampleMissListener
. - A listener to detect missed samples.
- A builder for initializing a
SampleMissListener
. - User
Space Deprecated The key space for user data. - Error occurring in deserialization.
- Deserializer implementing the Zenoh serialization format.
- Iterator returned by
ZDeserializer::deserialize_iter
. - Serializer implementing the Zenoh serialization format.
Enums§
- KeySpace
Deprecated The space of keys to use in aFetchingSubscriber
.
Traits§
- Some extensions to the
zenoh::publication::PublisherBuilder
- Some extensions to the
zenoh::subscriber::SubscriberBuilder
- Deserialization implementation.
- Extract
Sample Deprecated - Serialization implementation.
- Some extensions to the
zenoh::Session
- Subscriber
Builder Ext Deprecated Some extensions to thezenoh::subscriber::SubscriberBuilder
- Allows writing
subscriber.forward(receiver)
instead ofsubscriber.stream().map(Ok).forward(publisher)
Functions§
- Deserialize an object according to the Zenoh serialization format.
- Serialize an object according to the Zenoh serialization format.