About Tauri

1 min#Rust
On this page
  1. Tauri
  2. Configuring a Chinese Mirror for Rust on Windows
  3. Faster Packaging with WixTools

Tauri

Use the quick installer from Rust, then run rustc --version to verify that the installation succeeded. It is best to restart afterward.

Configuring a Chinese Mirror for Rust on Windows

There is a .cargo directory in the user’s home directory. The home directory is generally located at C:\Users\ followed by the current username. In the .cargo directory, create a config (config.toml) file with the following content:

[source.crates-io]
replace-with='rsproxy'
[source.rsproxy]
registry="https://rsproxy.cn/crates.io-index"
[registries.rsproxy]
index = "https://rsproxy.cn/crates.io-index"
[net]
git-fetch-with-cli = true

Faster Packaging with WixTools

Use the GitHub download accelerator, then download WixTools-https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip.