Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@sophielouisefeith sophielouisefeith released this 06 Jul 10:44
· 284 commits to main since this release

[0.10.0] - 2022-07-06

Added

  • Add src/bin to gather the module related to the I/O ops [#51]
  • Add autobins to Cargo.toml to prevent bins auto discovery [#51]
  • Add [lib] and [[bin]] sections to Cargo.toml to decouple bin and lib [#51]
  • Add src/bin/io to gather all modules related to I/O [#51]
  • Add status mod as temp workaround to make the lib compile [#51]
  • Add actions mod with all the actions previously in main [#51]

Changed

  • Rename src/mod.rs to src/lib.rs to be compliant with 2018 edition [#51]
  • Refactor main to be more readable [#51]
  • Update imports in the code to reflect the new files structure [#51]