Expand description
Re-exports§
pub use timer::*;
pub use lib_search_dirs::*;
pub use log::*;
Modules§
Macros§
Structs§
- 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 libraries and to load them.
Constants§
- The “ZENOH_HOME” environment variable name
Functions§
- Return the path to the ${ZENOH_HOME} directory (~/.zenoh by default).