Commit graph

8 commits

Author SHA1 Message Date
79e7291031 fix: links in README 2024-07-25 13:43:00 +09:00
46487320b0 update: accept abnormal resistance as valid row in check-db
- this commits includes 2 other implementations
  - 1st one with custom type with `impl Read` for Lazy evaluation
    - this somehow ended up in infinite loop
  - 2nd one which collects lines without skipped lines first
    - this works
- the current implementations has another File and catches invalid row
  and check the line later
2024-07-25 13:36:20 +09:00
c996e5bd28 update: docs, add ja doc 2024-07-24 12:48:41 +09:00
2258067f48 new: get skew from file (no printing)
- how to get relation between skew measurement file and output csv?
2024-07-22 11:27:09 +09:00
e455c774ac update: README 2024-07-21 21:25:22 +09:00
a94a871e52 update: organize commands to subcommands and rename bin
- existing functions are moved to subcommand `add-master-log`
2024-07-21 21:04:46 +09:00
eff62d7f09 new: CSV output 2024-07-14 11:17:40 +09:00
a14eb4ea48 new: implement till parsing file (no output) 2024-07-14 00:18:34 +09:00