pub fn write_sasl_initial_response(
buf: &mut Vec<u8>,
mechanism: &str,
initial_response: &[u8],
)Expand description
Write a SASLInitialResponse message.
mechanism: SASL mechanism name (e.g., “SCRAM-SHA-256”) initial_response: Client-first-message for SCRAM