1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
//! # chislo — числа прописью на русском языке
//!
//! Convert numbers to Russian words (числа прописью) with correct grammatical
//! gender and noun declension.
//!
//! A Rust port of [go-propisyu](https://github.com/rekurt/go-propisyu).
//!
//! ## Features
//!
//! - Integers up to `i64::MAX` (≈ 9.22 × 10^18); scale dictionary includes names up to 10^39
//! - Three grammatical genders: masculine, feminine, neuter
//! - Automatic Russian noun declension
//! - Ordinal numbers ("первый", "сорок второй")
//! - Currency formatting ("один рубль двадцать три копейки")
//! - Decimal number support with configurable precision
//! - `no_std` compatible (with `alloc`)
//!
//! ## Quick start
//!
//! ```
//! use chislo::{int_to_words, int_to_words_gender, decline, ordinal, Gender};
//!
//! assert_eq!(int_to_words(42), "сорок два");
//! assert_eq!(int_to_words_gender(1, Gender::Feminine), "одна");
//! assert_eq!(decline(5, "рубль", "рубля", "рублей"), "рублей");
//! assert_eq!(ordinal(42, Gender::Masculine), "сорок второй");
//! ```
//!
//! ## Currency example
//!
//! ```
//! use chislo::{money, RUB};
//!
//! assert_eq!(
//! money(1234, 56, &RUB),
//! "одна тысяча двести тридцать четыре рубля пятьдесят шесть копеек"
//! );
//! ```
extern crate alloc;
pub
pub
use fmt;
use String;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
/// Grammatical gender for Russian number words.
/// Error type for number conversion.
/// Converts an integer to Russian words using masculine gender.
///
/// # Examples
///
/// ```
/// use chislo::int_to_words;
///
/// assert_eq!(int_to_words(0), "ноль");
/// assert_eq!(int_to_words(42), "сорок два");
/// assert_eq!(int_to_words(-5), "минус пять");
/// assert_eq!(int_to_words(1000), "одна тысяча");
/// ```
/// Converts an integer to Russian words with the specified grammatical gender.
///
/// # Examples
///
/// ```
/// use chislo::{int_to_words_gender, Gender};
///
/// assert_eq!(int_to_words_gender(1, Gender::Masculine), "один");
/// assert_eq!(int_to_words_gender(1, Gender::Feminine), "одна");
/// assert_eq!(int_to_words_gender(1, Gender::Neuter), "одно");
/// ```
/// Converts a number to its ordinal form in Russian.
///
/// # Examples
///
/// ```
/// use chislo::{ordinal, Gender};
///
/// assert_eq!(ordinal(1, Gender::Masculine), "первый");
/// assert_eq!(ordinal(1, Gender::Feminine), "первая");
/// assert_eq!(ordinal(42, Gender::Masculine), "сорок второй");
/// assert_eq!(ordinal(2026, Gender::Masculine), "две тысячи двадцать шестой");
/// ```
/// Converts a decimal number string to Russian words (2 decimal places).
///
/// # Examples
///
/// ```
/// use chislo::decimal_to_words;
///
/// assert_eq!(
/// decimal_to_words("123.45").unwrap(),
/// "сто двадцать три целых сорок пять сотых"
/// );
/// ```
/// Converts a decimal string with specified precision (1-9 decimal places).
///
/// # Examples
///
/// ```
/// use chislo::decimal_to_words_precision;
///
/// assert_eq!(
/// decimal_to_words_precision("3.5", 1).unwrap(),
/// "три целых пять десятых"
/// );
/// assert_eq!(
/// decimal_to_words_precision("3.145", 3).unwrap(),
/// "три целых сто сорок пять тысячных"
/// );
/// ```
/// Converts a `rust_decimal::Decimal` value to Russian words (2 decimal places).
///
/// # Examples
///
/// ```
/// use chislo::decimal_value_to_words;
/// use rust_decimal::Decimal;
/// use std::str::FromStr;
///
/// let d = Decimal::from_str("123.45").unwrap();
/// assert_eq!(
/// decimal_value_to_words(d).unwrap(),
/// "сто двадцать три целых сорок пять сотых"
/// );
/// ```
/// Converts a `rust_decimal::Decimal` value with the specified precision (1-9).
///
/// # Examples
///
/// ```
/// use chislo::decimal_value_to_words_precision;
/// use rust_decimal::Decimal;
/// use std::str::FromStr;
///
/// let d = Decimal::from_str("3.14159").unwrap();
/// assert_eq!(
/// decimal_value_to_words_precision(d, 5).unwrap(),
/// "три целых четырнадцать тысяч сто пятьдесят девять стотысячных"
/// );
/// ```
/// Returns the correct Russian noun declension form based on a number.
///
/// # Examples
///
/// ```
/// use chislo::decline;
///
/// assert_eq!(decline(1, "рубль", "рубля", "рублей"), "рубль");
/// assert_eq!(decline(5, "рубль", "рубля", "рублей"), "рублей");
/// ```
/// Formats an amount as words with currency.
///
/// # Examples
///
/// ```
/// use chislo::{money, RUB};
///
/// assert_eq!(
/// money(1234, 56, &RUB),
/// "одна тысяча двести тридцать четыре рубля пятьдесят шесть копеек"
/// );
/// ```
/// Parses an amount string and formats with currency.
///
/// # Examples
///
/// ```
/// use chislo::{money_from_str, RUB};
///
/// assert_eq!(
/// money_from_str("1234.56", &RUB).unwrap(),
/// "одна тысяча двести тридцать четыре рубля пятьдесят шесть копеек"
/// );
/// ```
/// Parses an amount string with the given rounding mode and formats it
/// as words with the specified currency. Accepts both `.` and `,` as
/// decimal separators.
///
/// # Examples
///
/// ```
/// use chislo::{money_from_str_rounded, RoundingMode, RUB};
///
/// assert_eq!(
/// money_from_str_rounded("100.995", &RUB, RoundingMode::HalfUp).unwrap(),
/// "сто один рубль ноль копеек"
/// );
/// ```