Adding nex_socket library as a dependency

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

cargo add nex-socket

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

nex-socket = "0.24.1"

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

Back to the crate overview.