Commit Graph

3 Commits

Author SHA1 Message Date
colin 2f91418095 post: add doc-comments for these tools 2022-08-10 14:28:20 -07:00
colin f4ac5de099 viewer: add docs 2022-07-29 13:57:17 -07:00
colin a2d35782a1 lift the post-processing tools (viewer, csv, decimate) into their own crate
- these tools shouldn't need access to coremem internals.
- lifting them out reduces some dependencies in coremem-the-library.
- separation allows faster iteration in the coremem library while
  temporarily breaking the post-processing tools (specifically,
  those tools could take deps on a specific coremem version and thereby
  we split the update process into two, smaller steps).
2022-07-17 15:47:39 -07:00