GitXplorerGitXplorer
L

timens-rs

public
7 stars
2 forks
0 issues

Commits

List of commits on branch main.
Unverified
165c2de8cc204cd71a71c9b89ca3916ad54a604a

Mark some functions as const.

LLaurentMazare committed 2 years ago
Unverified
c086ab50a8120e66c9534e63fb86e1658db64e4a

Serialization for the timezones.

LLaurentMazare committed 2 years ago
Unverified
d9902545507e9d1928ccbdb87fa0b0714bd0e465

Add some serde support.

LLaurentMazare committed 2 years ago
Unverified
6c82fa8bd368c1eb07d7b294863f156303c7e612

Update readme instructions.

LLaurentMazare committed 2 years ago
Unverified
bc2142c0a879e69bddce0c7581c3027fac2b6f74

Merge commit '8e86a5e3a24554b8b1b36c1080e48bab2023b240'

LLaurentMazare committed 2 years ago
Unverified
8e86a5e3a24554b8b1b36c1080e48bab2023b240

Squashed 'tz/' changes from b2e7a66b..871948ed

LLaurentMazare committed 2 years ago

README

The README file for this repository.

timens-rs

Simple and efficient timestamp representation. The main objective being interoperability with OCaml Core_kernel.Time_ns.

Build Status Latest version Documentation License

A significant part of the code has been adapted from the OCaml Core_kernel implementation.

The set of supported timezones can be filtered using the TIMENS_TZ_FILTER environment variable, e.g.:

TIMENS_TZ_FILTER="London|New_York|Hong_Kong|Tokyo|GMT" cargo build

The tz repo is included as a git subtree, this can be updated via:

git subtree pull --prefix tz https://github.com/eggert/tz.git main --squash