Crate rsutil

Source

Modules§

log
A set of logging macros that provide different levels of logging: trace, debug, info, warn, and error. These macros behave differently depending on whether the code is compiled in debug or release mode.
macros
types

Macros§

async_with
python like async_with macro for asynchronize function
debug
enum_extend
error
info
trace
warn
with
python like with macro for synchronize code