Releases: baoyachi/duration-str
Releases · baoyachi/duration-str
update repository url
0.3.4 update repository url
update doc
0.3.3 update doc
remove decimal default feature
0.3.2 remove decimal default feature
fix doc
support more than duration unit
Duration Unit List
Parse string to Duration
. The String duration unit support for one of:["y","mon","w","d","h","m","s", "ms", "µs", "ns"]
- y:Year. Support string value:
["y" | "year" | "Y" | "YEAR" | "Year"]
. e.g. 1y - mon:Month.Support string value:
["mon" | "MON" | "Month" | "month" | "MONTH"]
. e.g. 1mon - w:Week.Support string value:
["w" | "W" | "Week" | "WEEK" | "week"]
. e.g. 1w - d:Day.Support string value:
["d" | "D" | "Day" | "DAY" | "day"]
. e.g. 1d - h:Hour.Support string value:
["h" | "H" | "Hour" | "HOUR" | "hour"]
. e.g. 1h - m:Minute.Support string value:
["m" | "M" | "Minute" | "MINUTE" | "minute"]
. e.g. 1m - s:Second.Support string value:
["s" | "S" | "Second" | "SECOND" | "second"]
. e.g. 1s - ms:Millisecond.Support string value:
["ms" | "MS" | "Millisecond" | "MilliSecond" | "MILLISECOND" | "millisecond", "mSEC"]
. e.g. 1ms - µs:Microsecond.Support string value:
["µs" | "µS" | "µsecond" | "Microsecond" | "MicroSecond" | "MICROSECOND" | "microsecond", "µSEC"]
. e.g. 1µs - ns:Nanosecond.Support string value:
["ns" | "NS" | "Nanosecond" | "NanoSecond" | "NANOSECOND" | "nanosecond", "nSEC"]
. e.g. 1ns
support Duration deserialize_duration
0.2.0 update md
add chrono features
0.1.4 add chrono duration
refactor code .
- add document
- add example
- refactor code