msfjarvis / healthchecks-rs

Simple Rust library to interact with healthchecks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `chrono` with `time`

msfjarvis opened this issue · comments

The time crate has gotten all the functionality we need so chrono no longer needs to exist as an abstraction between us and time.