From a964475234abdac886c9c106e41511b65ccf76f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Mar 2021 22:20:02 +0000 Subject: [PATCH] Auto Generated Documentation --- docs/ntext/fn.to_text_fmt.html | 2 +- docs/ntext/struct.Formatting.html | 2 +- docs/search-index.js | 2 +- docs/src/ntext/formatting.rs.html | 2 +- docs/src/ntext/numtext.rs.html | 26 +++++++++++++++++++++++++- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/docs/ntext/fn.to_text_fmt.html b/docs/ntext/fn.to_text_fmt.html index 6f64a17..7f56cfe 100644 --- a/docs/ntext/fn.to_text_fmt.html +++ b/docs/ntext/fn.to_text_fmt.html @@ -1,5 +1,5 @@ ntext::to_text_fmt - Rust

[][src]Function ntext::to_text_fmt

pub fn to_text_fmt(number: usize, fmt: &Formatting<'_>) -> String

Convert usize to words in a string seperated by a seperator.

+ Change settings

[][src]Function ntext::to_text_fmt

pub fn to_text_fmt(number: usize, fmt: &Formatting<'_>) -> String

Convert usize to words in a string seperated by a seperator.

\ No newline at end of file diff --git a/docs/ntext/struct.Formatting.html b/docs/ntext/struct.Formatting.html index c781c82..3407b91 100644 --- a/docs/ntext/struct.Formatting.html +++ b/docs/ntext/struct.Formatting.html @@ -14,7 +14,7 @@ tens_seperator: Option<&'format str>

Set the seperator between tens place digits like "twenty-two".

Implementations

impl<'format> Formatting<'format>[src]

pub fn default() -> Self[src]

Get the default formatting.

pub fn none() -> Self[src]

No formatting at all

-

pub fn with_seperator(seperator: &'format str) -> Self[src]

With same formatting for all

+

pub fn with_seperator(seperator: &'format str) -> Self[src]

With same formatting for all seperators

pub fn capitalize(&mut self) -> Self[src]

Capitalize the formatting

pub fn decapitalize(&mut self) -> Self[src]

Lower case the formatting struct

Trait Implementations

impl<'format> Clone for Formatting<'format>[src]