chipmunk
chipmunk copied to clipboard
Extract timestamp detection code into crate
The merge feature and the time measurement feature both depend heavily on timestamp detection. This code is currently part of chipmunk and should be extracted into its own crate.
- extract current timestamp detection into a crate
- review code and enhance functionality
- add support for more timestamp formats
- revise API and document properly