jeffersonville

Crates.iojeffersonville
lib.rsjeffersonville
version0.1.0
sourcesrc
created_at2023-02-23 13:08:06.233466
updated_at2023-02-23 13:08:06.233466
descriptionA simple, lightweight, Olson-free timestamp and timezone library
homepage
repositoryhttps://github.com/hoosiernational/Jeffersonville
max_upload_size
id792736
size102,723
James "Jay" Oglesby (hoosiernational)

documentation

README

Jeffersonville

Simple lightweight Olson-free library for parsing timestamps according to timezone, and vice versa.

All interaction is done through the public methods of two well-documented structs and one enum of timezones.

Note: Conversion from timezones into local timestamps has O(1) complexity due to the hidden ModularTimestamp class, which modulates Gregorian time efficiently. See the source code for more details.

Commit count: 3

cargo fmt