Releases: wiresock/ndisapi-rs
Release list
v0.3.3
Release Notes for NDISAPI-RS v0.3.3
Service Release
This is a maintenance service release. While it introduces no new features or functionality, it is vital for updating versioning information, documentation, and other ancillary details on crates.io. This release helps ensure our library is current and users have access to the latest and most accurate information.
v0.3.0
Release Notes for NDISAPI-RS v0.3.0
New Features
-
Asynchronous Extensions: In version 0.3.0, we've introduced a significant enhancement to the NDISAPI with the addition of asynchronous extensions. These extensions have been designed to provide non-blocking I/O operations. This major enhancement will greatly improve the library's overall performance by fully utilizing Rust's async/await syntax and the futures library.
-
Asynchronous Sample Applications: To better demonstrate the newly added asynchronous functionalities, we've included two new sample applications:
async-packthru.rsandasync-passthru.rs. These examples serve to showcase the practical usage and benefits of the asynchronous extensions in real-world scenarios.
With the launch of version 0.3.0, we're excited to share these new features with our user community. We believe that these enhancements will greatly improve the usability and performance of our library, and we look forward to seeing how they are utilized. As always, we welcome and appreciate feedback and contributions from our community, as this helps guide our ongoing improvement and development efforts.