Skip to content

v0.2.1

Compare
Choose a tag to compare
@diego-plan9 diego-plan9 released this 15 Feb 08:48
· 62 commits to master since this release
3c5458f

Fixed

  • Command line arguments involving action strings are now parsed correctly
    (and more efficiently) instead of being always marked as invalid, thanks to
    @tpoliaw. (#76)

Changed

  • The main_loop() function now can now return a custom MainLoopError that
    accounts for filedescriptor::Error and std::io::Error. (#73)