We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I am moving from the C-wrapper to this crate and would like to port this code:
socket.set_username(Some("user")).await?; socket.set_password(Some("password")).await?;
I couldn't find a way to do this. Has this not been implemented yet?