Crate zenoh_util[][src]

Re-exports

pub use crate::core::macros::*;

Modules

collections
core
crypto
ffi
net
sync

Macros

to_zerror
to_zint
zasynclock
zasyncopt
zasyncread
zasyncrecv
zasyncsend
zasyncwrite
zcheck
zconfigurable
zerror
zerror2
zweak

Structs

LIB_DEFAULT_SEARCH_PATHS

The default list of paths where to search for libraries to load

LIB_PREFIX

The libraries prefix for the current platform (usually: "lib")

LIB_SUFFIX

The libraries suffix for the current platform (".dll" or ".so" or ".dylib"...)

LibLoader

LibLoader allows search for librairies and to load them.

Constants

ZENOH_HOME_ENV_VAR

the "ZENOH_HOME" environement variable name

Functions

zenoh_home

Return the path to the ${ZENOH_HOME} directory (~/.zenoh by default).