https://github.com/cfsamson/timestamp
Timestamp library. Performant, densly packed date/time type for Rust
https://github.com/cfsamson/timestamp
library
Last synced: over 1 year ago
JSON representation
Timestamp library. Performant, densly packed date/time type for Rust
- Host: GitHub
- URL: https://github.com/cfsamson/timestamp
- Owner: cfsamson
- Created: 2019-03-24T19:52:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T14:41:27.000Z (over 7 years ago)
- Last Synced: 2025-02-09T22:25:00.155Z (over 1 year ago)
- Topics: library
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timestamp
Performant and densly packed timestamp type for Rust.
My special usecase is for validation a local cache trying to minimize the overhead of adding a timestamp to each record.