winsafe
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:
Cargo.toml
[dependencies]
winsafe = "0.0.27"
The winsafe library will be automatically available globally. Read the winsafe library documentation.
Back to the crate overview.