Skip to content

v0.4.6

Compare
Choose a tag to compare
@wiresock wiresock released this 14 Jun 06:45
· 14 commits to refs/heads/main since this release
593bc77

Release Notes for NDISAPI-RS v0.4.6

New Features

  • Improvements to EthMRequest Implementation:
    • Introduced drain and drain_success methods: These new methods offer the capability to drain either all packets, or only those that have been successfully read, respectively.
    • Replacement of consume method with the append method: The new append function can be used to consume the iterator returned by either drain or drain_success methods. This function facilitates the relocation of packets into the target EthMRequest instance, effectively replacing the functionality previously provided by the consume method.