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

make datetime tz offset seconds, more tests and strictness #7

Closed samuelcolvin closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #7 (a2ab96a) into main (4bf5592) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #7   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          535       546   +11     
=========================================
+ Hits           535       546   +11     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/date.rs 100.00% <100.00%> (ø)
src/datetime.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 4bf5592...a2ab96a. Read the comment docs.