Function lesspass::render_password[][src]

pub fn render_password(
    entropy: &[u8],
    charset: CharacterSet,
    len: usize
) -> String
Expand description

Same as render_password_to, but directly returns the rendered password instead of requiring a mutable output buffer.