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

comparison operators #8

Closed samuelcolvin closed 2 years ago

samuelcolvin commented 2 years ago

fix #6

To check:

codecov[bot] commented 2 years ago

Codecov Report

Merging #8 (620e4f6) into main (1bbd69d) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          546       597   +51     
=========================================
+ Hits           546       597   +51     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/date.rs 100.00% <100.00%> (ø)
src/datetime.rs 100.00% <100.00%> (ø)
src/duration.rs 100.00% <100.00%> (ø)
src/time.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 1bbd69d...620e4f6. Read the comment docs.