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