Crate zenoh_util
source ·Expand description
Re-exports§
pub use zenoh_core as core;
Modules§
Macros§
Structs§
- The default list of paths where to search for libraries to load
- The libraries prefix for the current platform (usually:
"lib"
) - The libraries suffix for the current platform (
".dll"
or".so"
or".dylib"
…) - LibLoader allows search for librairies and to load them.
Constants§
- The “ZENOH_HOME” environement variable name
Traits§
Functions§
- This is an utility function to enable the tracing formatting subscriber from the environment variable. If
RUST_LOG
is not set, then fallback directives are used. - This is an utility function to enable the tracing formatting subscriber from the
RUST_LOG
environment variable. IfRUST_LOG
is not set, then logging is not enabled. - Return the path to the ${ZENOH_HOME} directory (~/.zenoh by default).