Skip to content

1.0.0

Choose a tag to compare

@dylni dylni released this 10 Apr 15:36
· 151 commits to master since this release
  • Stabilized the public API
  • Widened the return type of ExitStatus::code
    • In rare cases, it was possible for this method to panic.
  • Replaced _ExitStatusTimeout and _OutputTimeout with Timeout
    • This trait will need to be imported to call its methods.