Thanks to visit codestin.com
Credit goes to lib.rs

Adding libiw_async library as a dependency

Run this command in a terminal, in your project's directory:

cargo add libiw-async

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

libiw-async = "0.3.4"

The libiw_async library will be automatically available globally. Read the libiw_async library documentation.

Back to the crate overview.