Adding sos_net
library as a dependency
Run this command in a terminal, in your project"s directory:
cargo add sos-net
To add it manually, edit your project"s Cargo.toml
file and add to the [dependencies]
section:
sos-net = "0.16.2"
The sos_net
library will be automatically available globally.
Read the sos_net
library documentation.