Skip to content

Releases: brummer-simon/reachable

Version 0.2.2

11 Jan 11:09
7b78c8a
Compare
Choose a tag to compare

This release performs some minor improvements:

  • Typos in the documentation were fixed
  • Lints found by clippy were fixed
  • Small improvements in the implementation

Version 0.2.0

17 Oct 19:52
5791ffe
Compare
Choose a tag to compare

First "official" release of reachable containing:

  • Trait Target with implementations for ICMP and TCP
  • Facilities for asynchronous Target availabilty tracking
  • Usage examples