Skip to content

Releases: OliLay/arp-toolkit-rust

v0.3.2

30 Jul 09:17

Choose a tag to compare

What's Changed

New Contributors

  • @jgrund made their first contribution in #8

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Mar 20:22

Choose a tag to compare

What's Changed

  • Improved error handling, no more unwraps in the client and interfaces code. These now rather return errors.
  • Increased pnet to version 0.33.0 by @eivindbergem in #6

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Aug 21:25

Choose a tag to compare

What's Changed

  • Replace &dyn Fn with impl Fn to make futures Sync by @2xsaiko in #1
  • fix: fixed blocking / timeout violation if no ARP or RARP traffic by @andras-pinter in #4

New Contributors

  • @2xsaiko made their first contribution in #1
  • @andras-pinter made their first contribution in #4

Full Changelog: v0.2.0...v0.3.0

0.2.0

10 Jun 19:52

Choose a tag to compare

Async/Sync client, proper error handling

Changed namespace to arplib

28 May 08:40

Choose a tag to compare

Pre-release
v0.1.1

Merge branch 'master' of https://github.com/OliLay/rarp-rust

Initial release

27 May 21:24

Choose a tag to compare

Initial release Pre-release
Pre-release
v0.1.0

corrected readme path