pydantic / speedate

Fast and simple datetime, date, time and duration parsing for rust.
https://docs.rs/speedate/latest/speedate/
MIT License
199 stars 17 forks source link

duration comparisons #13

Closed samuelcolvin closed 2 years ago

samuelcolvin commented 2 years ago

fix #12

@fcfangcc, please confirm you're happy with this fix.

Once it's merged, I'll release a new version.

codecov[bot] commented 2 years ago

Codecov Report

Merging #13 (eb987db) into main (e19bb7a) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          604       615   +11     
=========================================
+ Hits           604       615   +11     
Impacted Files Coverage Δ
src/datetime.rs 100.00% <ø> (ø)
src/duration.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e19bb7a...eb987db. Read the comment docs.

fcfangcc commented 2 years ago

that's right , I will try new version

samuelcolvin commented 2 years ago

Ok, i'll merge this and make a new release.