pub fn render_password(
entropy: &[u8],
charset: CharacterSet,
len: usize,
) -> StringExpand description
Same as render_password_to, but directly returns the rendered password
instead of requiring a mutable output buffer.
pub fn render_password(
entropy: &[u8],
charset: CharacterSet,
len: usize,
) -> StringSame as render_password_to, but directly returns the rendered password
instead of requiring a mutable output buffer.