文件名称:rust-playground:[Rust]小型学习项目,课程项目,代码操场
文件大小:65KB
文件格式:ZIP
更新时间:2024-04-24 20:41:04
Rust
CMD 数据中心 rustup update 获取最新版本 rustc --version 查看语言版本 cargo --version 见货运版本 rustc main.rs 建立一个Rust文件 main.exe 运行一个Rust程序 cargo build 用货物建造 cargo run 使用货运进行构建和运行 cargo check 货运检查 cargo build --release 为发布而构建 cargo new project-name 新货运项目 cargo update 更新一个箱子(忽略锁) cargo doc --open 生成本地文档 cargo clippy 查看惯用代码建议 Rust在线游乐场 Sublime Text 3:Rust增强包 编码标准:RustFMT
【文件预览】:
rust-playground-master
----.gitignore(45B)
----the-rust-book()
--------hello-cargo()
--------loop-test()
--------branches-test()
--------overflow()
--------guessing-game()
--------function-test()
--------helloworld()
--------ownership-and-functions()
----rust-essential-training()
--------string-type()
--------functions()
--------printformat-and-bitwise-operations()
--------arrays()
--------structs-tuples()
--------std-lib()
--------loops()
--------file-io-challenge()
--------guess-game()
--------files()
--------find-average()
----README.md(810B)
----the-ultimate-rust-crash-course()
--------variables()
--------collections-enums()
--------functions()
--------ownership-references()
--------.gitkeep(0B)
--------control-flow-strings()
--------hello()
--------structs-traits()
--------closures-threads()
--------simple-types()