chipmunk icon indicating copy to clipboard operation
chipmunk copied to clipboard

Extract timestamp detection code into crate

Open marcmo opened this issue 1 year ago • 0 comments

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.

  1. extract current timestamp detection into a crate
  2. review code and enhance functionality
  3. add support for more timestamp formats
  4. revise API and document properly

marcmo avatar Feb 05 '24 15:02 marcmo