Release Notes: ndisapi crate v0.2.2
Changes
Enhancements
- The
NetworkAdapterInfo
andVersion
structures have been made public, providing direct access to these types. This change allows users to interface with these structures directly, making it easier to build more advanced or specific use cases. (#14, #15)
Contributors
- Thanks to @sn99 for making
NetworkAdapterInfo
andVersion
public. Your contributions are helping improve the flexibility and usability of the ndisapi crate.
Upgrade Information
To upgrade to ndisapi v0.2.2, please update your Cargo.toml
file's dependency list as follows:
[dependencies]
ndisapi = "0.2.2"
Then, run cargo build to fetch the new version and rebuild your project.
As always, your feedback and contributions are welcome. Please report any issues or suggestions through the GitHub issue tracker.