Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 353 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 353 Bytes

0.1.4

  • Ability to set nonblocking without tokio (#12).

0.1.3

  • Add MacOS support (#10).

0.1.2

  • The without_packet_info constructor.

0.1.1

  • Fixes in documentation links.
  • No real code changes.

0.1.0

Initial implementation:

  • Ability to open TUN/TAP device and send/receive packets.
  • An async wrapper for integration with tokio.