Module basics

Source
Expand description

Contains implementations for (), UsizeInput, NonEmptyInput, etc

Structs§

BoolInput
Allows you to take a bool input
CharInput
Allows you take take a char input
F32Input
Allows you take take an f32 input
F64Input
Allows you take take an f64 input
I8Input
Allows you take take an i8 input
I16Input
Allows you take take an i16 input
I32Input
Allows you take take an i32 input
I64Input
Allows you take take an i64 input
I128Input
Allows you take take an i128 input
IsizeInput
Allows you take take an isize input
NonEmptyInput
Takes an input that isn’t empty
NonWhitespaceInput
Takes an input that contains non-whitespace chars
U8Input
Allows you take take a u8 input
U16Input
Allows you take take a u16 input
U32Input
Allows you take take a u32 input
U64Input
Allows you take take a u64 input
U128Input
Allows you take take a u128 input
UsizeInput
Allows you take take a usize input
YesNoInput
Allows you to take a bool input