Skip to content

0.1.1 - Refactor app module to use MainAction, extract core logic to esox lib crate

Choose a tag to compare

@jgabaut jgabaut released this 06 Feb 14:22
· 42 commits to master since this release

What's Changed

Changed

  • Refactor app module to use MainAction
  • Renamed crate to f_value
  • Extract core logic to esox lib crate
    • Closes #3
  • Rename log files using DATE_INPUTFILE_STATIONCODE_XYZ.csv
    • DATE is current date in DDMMYYYY format
    • INPUTFILE is (minus the extension) the reference file name for NISECI, or the sample file name for HFBI
    • STATIONCODE is the station code for the current calc
    • XYZ is log for the main log file and intermediates for the secondary
    • Closes #4
  • Drop log, flexi_logger deps

Known Issues

PR - feat: 0.1.1 Refactor main_state handling, extract esox lib crate by @jgabaut

Full Changelog: 0.1.0...0.1.1