v0.2.1
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 customMainLoopError
that
accounts forfiledescriptor::Error
andstd::io::Error
. (#73)