Closed qsantos closed 5 days ago
A lot of these are empty structs and structs with security relevant fields that should not end up in some forgotten dbg!
output. I could merge a handmade Debug
impl with just the relevant fields for Session but not this.
I have excluded the private keys from the Debug
implementation of the server Session
, but I probably missed some other secrets.
LGTM! @all-contributors add @qsantos for code
@Eugeny
I've put up a pull request to add @qsantos! :tada:
I mostly wanted to
dbg!
the server'sSession
, but I took the opportunity to add#[derive(Debug)]
wherever I could.