smartcalc 1.0.8

Text based calculator for peoples
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * smartcalc v1.0.8
 * Copyright (c) Erhan BARIS (Ruslan Ognyanov Asenov)
 * Licensed under the GNU General Public License v2.0.
 */

pub mod date_time_rules;
pub mod percent_rules;
pub mod money_rules;
pub mod number_rules;
pub mod cleanup_rules;
pub mod date_rules;
pub mod duration_rules;
pub mod dynamic_type_rules;