Macro rsonpath_lib::bin
source · macro_rules! bin {
($name: expr, $e:expr) => { ... };
}
Expand description
Debug log the given u64 expression by its full 64-bit binary string representation.
macro_rules! bin {
($name: expr, $e:expr) => { ... };
}
Debug log the given u64 expression by its full 64-bit binary string representation.