Crates.io | percentage-rs |
lib.rs | percentage-rs |
version | 0.1.6 |
source | src |
created_at | 2021-04-05 00:07:04.305244 |
updated_at | 2021-10-26 15:15:36.03765 |
description | Get the percentage of any number |
homepage | |
repository | https://github.com/NemuiSen/percentage-rs |
max_upload_size | |
id | 379057 |
size | 5,859 |
Get the percentage of any number
use percentage_rs::Percent;
println!("{}", 10 * 50.percent());