generated from PlexSheep/rs-base
v0.3.2 #18
|
@ -76,13 +76,17 @@ pub struct FormatOptions {
|
||||||
///
|
///
|
||||||
/// Formats:
|
/// Formats:
|
||||||
///
|
///
|
||||||
/// - '0x' - Hexadecimal
|
/// * '0x' - Hexadecimal
|
||||||
/// - '0b' - Binary
|
|
||||||
/// - '0o' - Octal
|
|
||||||
/// - '0s' - Base64
|
|
||||||
/// - '032s' - Base32
|
|
||||||
///
|
///
|
||||||
/// The numbers may be left empty at first, if numbers are provided with the stdin.
|
/// * '0b' - Binary
|
||||||
|
///
|
||||||
|
/// * '0o' - Octal
|
||||||
|
///
|
||||||
|
/// * '0s' - Base64
|
||||||
|
///
|
||||||
|
/// * '032s' - Base32
|
||||||
|
///
|
||||||
|
/// The numbers may be left empty at first, if numbers are provided from the stdin.
|
||||||
numbers: Vec<NumberType>,
|
numbers: Vec<NumberType>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue