samuelcolvin / rtoml

A fast TOML library for python implemented in rust.
https://pypi.org/project/rtoml/
MIT License
324 stars 28 forks source link

removing `parse_datetime` python function, implement in rust #25

Closed samuelcolvin closed 3 years ago

samuelcolvin commented 3 years ago

waiting for https://github.com/PyO3/pyo3/issues/1662 - done.

Could be made prettier and slightly faster with https://github.com/alexcrichton/toml-rs/issues/431

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 (185c2a6) into main (19a38a1) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #25   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           44        28   -16     
  Branches         7         5    -2     
=========================================
- Hits            44        28   -16