从C、C++的视角来看Rust
原文链接:https://ovea-y.cn/looking_at_rust_from_the_perspective_of_c_and_cpp/ 本篇文章用于有C、C++基础的读者快速入门Rust语言。 一、工具链 编译工具 gcc/cl…
原文链接:https://ovea-y.cn/looking_at_rust_from_the_perspective_of_c_and_cpp/ 本篇文章用于有C、C++基础的读者快速入门Rust语言。 一、工具链 编译工具 gcc/cl…
原文链接:https://ovea-y.cn/rcore_lab0_recode_0/ Lab 0的一些记录 前情提要 实验概要 实验过程 创建Rust项目 前情提要 我已经不想继续花时间在无聊的Rust理论和Risc-V上了,所以我想直接…
原文链接:https://ovea-y.cn/rust_rustlings_finish0/ 练习题来源:https://github.com/rust-lang/rustlings exercises/variables x = 5; -…
原文链接:https://ovea-y.cn/rust_lang_learning_record/ Ruat tools rustc 这个可以将rust的源文件,编译成二进制的可执行文件。 用法: rustc <source file…