aion icon indicating copy to clipboard operation
aion copied to clipboard

Feature: Add usize, i32 or i128 support as well

Open meven opened this issue 5 years ago • 3 comments

https://github.com/jk-gan/aion/blob/98105b686abc5e44426b23f2c7e8a1d64c7c4a77/src/lib.rs#L35

Nice utilit crate btw :)

meven avatar Jan 21 '20 09:01 meven

Hi @meven , thanks for the suggestion. The reason why the crate now only support i64 is because it is using chrono::Duration, and Duration is only support for i64. Will check how to implement for other data types.

jk-gan avatar Jan 21 '20 14:01 jk-gan

@jk-gan What do you think about float?

0.5.hours()

pickfire avatar Jan 21 '20 16:01 pickfire

I like the idea of using float. I can do it later.

jk-gan avatar Jan 22 '20 05:01 jk-gan