Slide 9
Slide 9 text
Zenoh Features
By default Zenoh is built with
these features
$ cargo read-manifest | jq '.features'
"default": [
"auth_pubkey", "auth_usrpwd",
"transport_multilink",
"transport_compression",
“transport_quic", "transport_tcp",
"transport_tls", "transport_udp,,
"transport_unixsock-stream", “transport_ws” ]
Supported features can be listed
with the following command
Additional features can be
added when building $ cargo build —features “shared-memory"