Crate zenoh_util

Source
Expand description

⚠️ WARNING ⚠️

This crate is intended for Zenoh’s internal use.

Click here for Zenoh’s documentation

Re-exports§

pub use timer::*;
pub use lib_search_dirs::*;
pub use log::*;

Modules§

ffi
lib_search_dirs
log
net
time_range
timer

Macros§

concat_enabled_features

Structs§

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 libraries and to load them.

Constants§

ZENOH_HOME_ENV_VAR
The “ZENOH_HOME” environment variable name

Functions§

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