Docs.rs
zenoh-protocol-core-0.6.0-beta.1
zenoh-protocol-core 0.6.0-beta.1
Docs.rs crate page
EPL-2.0
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
JEnoch
eclipse-zenoh-bot
Mallets
OlivierHecart
Dependencies
hex ^0.4.3
normal
itertools ^0.10.5
normal
lazy_static ^1.4.0
normal
rand ^0.8.5
normal
serde ^1.0.145
normal
uhlc ^0.5.1
normal
uuid ^1.1.2
normal
zenoh-core ^0.6.0-beta.1
normal
criterion ^0.4.0
dev
Versions
22.9%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module endpoints
Structs
?
Module
zenoh_protocol_core
::
endpoints
source
·
[
−
]
Structs
EndPoint
A
String
that respects the
EndPoint
canon form:
<locator>#<config>
, such that
<locator>
is a valid
Locator
<config>
is of the form
<key1>=<value1>;...;<keyN>=<valueN>
where keys are alphabetically sorted.