From 16f8ef64bc3345dd670180be10c188430f15be4b Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 7 May 2024 13:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0rust=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rust/start.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/start.txt diff --git a/rust/start.txt b/rust/start.txt new file mode 100644 index 0000000..151801f --- /dev/null +++ b/rust/start.txt @@ -0,0 +1,6 @@ +1.个人习惯使用离线安装包(貌似智能提示没有),可参照下面的示例: +https://forge.rust-lang.org/infra/other-installation-methods.html +https://static.rust-lang.org/dist/rust-1.78.0-x86_64-pc-windows-gnu.msi +2.在vscode中安装插件rust(就是一个rust所需要用到的插件合集)。 +3.在vscode中安装CodeLLDB调试插件。 +4.