localtime 1.3.1

Minimal monotonic unix-time library
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "localtime"
description = "Minimal monotonic unix-time library"
authors = ["Alexis Sellier <self@cloudhead.io>"]
version = "1.3.1"
edition = "2021"
license = "MIT"

[dependencies]
serde = { version = "1", features = ["serde_derive"], optional = true }