Adding winsafe library as a dependency

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

cargo add winsafe

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

winsafe = "0.0.27"

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

Back to the crate overview.