Rust开发网站汇总2024

Rust 官网

 

https://www.rust-lang.org

官网在线工具:ben发布于博客园

https://play.rust-lang.org

文档:

https://doc.rust-lang.org/book/

 

简介:

Rust 语言由 Mozilla 开发,最早发布于 2014 年 9 月。
Rust 的编译器是在 MIT License 和 Apache License 2.0 双重协议声明下的免费开源软件。

来自 菜鸟教程

 

重点特性:ben发布于博客园

Rust 语言为了 高并发安全 而做的设计:在语言层面尽量少的让变量的值可以改变。

安全高效的处理并发 是  Rust 诞生的目的之一,主要解决的是 服务器高负载承受能力。

来自 菜鸟教程

 

Rust 仓库

GitHub Rust

https://github.com/rust-lang/rust

Empowering everyone to build reliable and efficient software.

ben发布于博客园

GitHub Cargo

https://github.com/rust-lang/cargo

The Rust package manager

文档:The Cargo Book

https://doc.rust-lang.org/stable/cargo/

 

Rust 教程

菜鸟(runoob)教程

https://www.runoob.com/rust/rust-tutorial.html

ben发布于博客园

网页版汇总

复制后,保持为 HTML文件,会更方便地到达网站。

 

一个简单的HTML文件:

Rust教程.html

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>Rust 网站</title>
<style>
body {
	margin: auto;
	text-align: center;
}
.linkto {
	display: inline-block;
	width: 120px;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #409EFF;
}
</style>
	</head>
	<body>
		<h2>常用网站</h2>
		<hr>
		<a class="linkto" target="_blank" href="https://www.rust-lang.org" title="">官网</a>
		<a class="linkto" target="_blank" href="https://play.rust-lang.org" title="">官网在线工具</a>
		<a class="linkto" target="_blank" href="https://github.com/rust-lang/rust" title="">GitHub Rust</a>
		<a class="linkto" target="_blank" href="https://github.com/rust-lang/cargo" title="The Rust package manager">GitHub Cargo</a>
		<br>
		
		<a class="linkto" target="_blank" href="https://doc.rust-lang.org/book/" title="">Rust 文档</a>
		<a class="linkto" target="_blank" href="https://doc.rust-lang.org/stable/cargo/" title="The Cargo Book">Cargo 文档</a>
		<a class="linkto" target="_blank" href="https://www.runoob.com/rust/rust-tutorial.html" title="菜鸟教程">Rust 教程</a>
		<br>
		
		<h2>IDE</h2>
		<a class="linkto" target="_blank" href="https://code.visualstudio.com/" title="Code editing. Redefined.">VS Code</a>
		<br>
		
		<h2>开源项目</h2>
		<a class="linkto" target="_blank" href="https://github.com/denoland/deno" title="A modern runtime for JavaScript and TypeScript.">deno</a>
		<a class="linkto" target="_blank" href="https://github.com/nushell/nushell" title="A new type of shell">nushell</a>
		<br>
		
		
		<!--模板
		<a class="linkto" target="_blank" href="" title=""></a>
		-->
	</body>
</html>

 

---END---

ben发布于博客园

本文链接:

https://www.cnblogs.com/luo630/p/18018797

 

参考资料

1、Github上有哪些Rust写的知名项目? - 孙飞 Sunface的回答 - 知乎
https://www.zhihu.com/question/512163948/answer/2315470298

2、2023年的Rust与Go - bigwhite的文章 - 知乎
https://zhuanlan.zhihu.com/p/608955389

3、2023年程序员数据报告:全球有 2690 万程序员,近一半不到35岁,Rust是最受期待的编程语言
https://zhuanlan.zhihu.com/p/618185433

4、

 

ben发布于博客园

ben发布于博客园

 

posted @ 2024-02-22 06:35  快乐的凡人721  阅读(101)  评论(0编辑  收藏  举报