docs.rs failed to build windows-env-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
windows-env
Easily manage Windows environment variables permanently, without the need to restart your system.
Features:
- Concurrent safe.
- Easily operate list variables like
PATH.
Note:
- The env operation will not affect current terminal.
Use
[]
= "0.1.0"
Example
Compare
- set_env:
- it uses powershell script while this crate uses windows api