git2-time-chrono-ext
Rust extension library to convert git2::Time to chrono.
Install
cargo add git2-time-chrono-ext
Please see the releases for the change history.
Example
Usage
use Git2TimeChronoExt;
// Print `git2::Time` to `stdout`.
// Convert `git2::Time` to `Stirng` in the specified format.
Please see the docs.rs for more details.