摘要: 移动当前行向上:Alt + ↑Move a single line up 移动当前行向下:Alt + ↓Move a single line down 复制当前行并将其插入到上一行:Shift + Alt + ↑Duplicate the current line or selection abov 阅读全文
posted @ 2024-04-07 18:58 Ashe|||^_^ 阅读(77) 评论(0) 推荐(0)
摘要: Cargo 是 Rust 语言的包管理器和构建工具。 它可以帮助您管理依赖项、构建项目、运行测试和发布程序等。 在 Rust 社区中,Cargo 已经成为了标准的构建工具,它为 Rust 的开发者提供了极大的便利。 Cargo 的主要功能包括: 管理依赖项:Cargo 可以帮助您下载和安装 Rust 阅读全文
posted @ 2024-04-07 16:40 Ashe|||^_^ 阅读(73) 评论(0) 推荐(0)