mainly switching #[derive(Debug)] to manual std::fmt::Debug impls to remove debug strings that would otherwise contain long strings of byte arrays which most of the time isn't so useful to see in any kind of debug logging |
||
---|---|---|
.. | ||
mod.rs |
mainly switching #[derive(Debug)] to manual std::fmt::Debug impls to remove debug strings that would otherwise contain long strings of byte arrays which most of the time isn't so useful to see in any kind of debug logging |
||
---|---|---|
.. | ||
mod.rs |