Crate pwwizard

Source

Re-exports§

pub use rand;

Structs§

Args

Traits§

DivCeil
Ceiled division.
Parser
Parse command-line arguments into Self.
Rng
An automatically-implemented extension trait on RngCore providing high-level generic methods for sampling values and other convenience methods.
SliceRandom
Extension trait on slices, providing random mutation and sampling methods.

Functions§

get_cmdla
pick_chars
randomise_password
randomize the order of all character in the password

Derive Macros§

Parser
Generates the Parser implementation.