myip_foo
Run this command in a terminal, in your project's directory:
cargo add myip-foo
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
myip-foo = "1.0.0"
The myip_foo library will be automatically available globally. Read the myip_foo library documentation.
Back to the crate overview.