Docs.rs
zenoh-protocol-core-0.7.0-rc
zenoh-protocol-core 0.7.0-rc
Permalink
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.149
normal
uhlc ^0.5.1
normal
uuid ^1.2.2
normal
zenoh-core ^0.7.0-rc
normal
criterion ^0.4.0
dev
Versions
20.61%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
zenoh_
protocol_
core
0.7.0-rc
Module endpoints
Module Items
Structs
In crate zenoh_
protocol_
core
zenoh_protocol_core
Module
endpoints
Copy item path
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.