fn username_subaddress(
rng: impl RngCore,
type: AppendType,
email: String,
) -> String
Expand description
Generate a username using a plus addressed email address
The format is <username>+<random-or-website>@<domain>
fn username_subaddress(
rng: impl RngCore,
type: AppendType,
email: String,
) -> String
Generate a username using a plus addressed email address
The format is <username>+<random-or-website>@<domain>