percentage-rs

Crates.iopercentage-rs
lib.rspercentage-rs
version0.1.6
sourcesrc
created_at2021-04-05 00:07:04.305244
updated_at2021-10-26 15:15:36.03765
descriptionGet the percentage of any number
homepage
repositoryhttps://github.com/NemuiSen/percentage-rs
max_upload_size
id379057
size5,859
Neloj (NemuiSen)

documentation

README

crate

Percentage

Get the percentage of any number

use percentage_rs::Percent;

println!("{}", 10 * 50.percent());
Commit count: 17

cargo fmt