E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
rust-lang
Rust个人学习之Rust国内镜像源
在个人目录下创建一个config文件vim~/.cargo/config将如下内容粘贴到config文件中:[source.crates-io]registry="https://github.com/
rust-lang
全年无休的IT老兵
·
2024-02-07 16:33
rust学习
rust
学习
开发语言
Rust 初体验
国内源设置在.Cargo目录下新建config文件,添加如下内容:[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index
铅笔楼
·
2024-02-07 16:31
rust
开发语言
rust更换国内源
在当前用户家目录.cargo/下创建config文件,写入下面内容,保存即可[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index"replace-with
gefsiqbb
·
2024-01-24 08:02
Rust 问答之 TOML 是什么
cargo/Cargo.tomlatmaster·
rust-lang
/cargoCargo.tomlvsCargo.lock-TheCargoBook直奔主题,上菜:TOML旨在成为一个语义显著而易于阅读的最低限度的配置文件格式
DarkAlien
·
2024-01-10 04:31
mdbook 使用 Rust 创建书籍的 Markdown 工具
官方仓库:https://github.com/
rust-lang
/mdBook使用向导:https://rust-lang.github.io/mdBook/
内核新视界
·
2024-01-07 15:59
开发工具
markdown
typora
gitbook
mdbook
【Rust】crates.io 更换国内上海交通大学源
cargoconfigvi~/.cargo/config#放到`$HOME/.cargo/config`文件中[source.crates-io]registry="https://github.com/
rust-lang
法海️边
·
2024-01-02 01:07
Rust
rust
git
开发语言
解决rust下载速度慢
在.cargo目录下,创建名为config的文件[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index"#这时换成自己偏好的源即可
落华X
·
2023-12-23 01:30
rust
rust
后端
lts安装 rust ubuntu_如何在Linux中安装Rust编程语言
Rust(俗称
Rust-Lang
)是一种相对较新的开源实用系统编程语言,运行速度极快,可防止段错误并确保线程安全。它是由Mozilla开发并由LLVM支持的安全和并发语言。
weixin_39981041
·
2023-11-19 12:25
lts安装
rust
ubuntu
Rust的问号操作符?
rust-lang
地址enumResult{Ok(T),Err(E),}Rust的异常处理是通过Result的Ok和Err成员来传递和包裹错误信息.然而错误信息的处理一般都是要通过match来对类型进行比较
张益达同志
·
2023-10-04 06:59
Rust配置镜像源
Rust配置镜像源[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index"#替换成你偏好的镜像源replace-with
小白松鼠
·
2023-09-30 23:26
rust
git
开发语言
Rust: Bindgen绑定CTP C++原生接口尝试
一、环境准备:WSL2+Bindgen+CTPC++接口forlinuxBindgen:https://github.com/
rust-lang
/rust-bindgenCTPforlinux说明一下,
songroom
·
2023-09-30 07:56
Rust
C++
CTP
rust
c++
开发语言
cargo 使用国内的镜像
打开或新建~/.cargo/config文件vim~/.cargo/config修改为中国科学技术大学镜像服务器[source.crates-io]registry="https://github.com/
rust-lang
zeloas
·
2023-09-29 20:23
rust
rust
rust异步编程:futures-rs
文章目录概述代码结构使用示例futureshttps://github.com/
rust-lang
/futures-rs/tree/0.3.5概述futures-rs是rust官方提供的一个类库,它是Rust
kk3909
·
2023-09-29 12:30
rust
rust
异步编程
rust-lang
安装和环境配置
安装记录安装前配置在环境变量中可以设定:RUSTUP_HOME:存储工具链和配置文件路径CARGO_HOME:存储cargo的缓存路径这样可以指定
rust-lang
的安装位置,如果不设定,会自动安装在用户目录下
拐几个弯
·
2023-09-25 00:47
其他
rust
ubuntu x86_64 源码编译 rust 1.48.0
GitHub-rust-lang/rust:Empoweringeveryonetobuildreliableandefficientsoftware.gitclonehttps://github.com/
rust-lang
hkNaruto
·
2023-09-20 13:38
ubuntu
rust
linux
cargo-config
使用如下配置:#Putthecontentinto${HOME}/.cargo/config[source.crates-io]registry="https://github.com/
rust-lang
HuJay
·
2023-09-09 10:02
rust换源
config文件输入:[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index"#使用replace-with指明默认源更换为
golitter.
·
2023-09-03 19:11
Rust
rust
开发语言
后端
详解宏-rust中的宏
https://learnku.com/docs/
rust-lang
/2018/ch19-06-macros/4579我们已经在本书中使用过像println!
3333333_
·
2023-08-06 10:28
rust
rust
开发语言
后端
Web3极客日报 #5
Rust编程小练习Rustlingshttps://github.com/
rust-lang
/...黑豆腐:在本地环境运行的rust练习题,主要形式是按要求使得程序通过编译。
·
2023-06-13 12:34
区块链
Web3极客日报 #5
Rust编程小练习Rustlingshttps://github.com/
rust-lang
/rustlings黑豆腐:在本地环境运行的rust练习题,主要形式是按要求使得程序通过编译。
空乱木
·
2023-06-12 22:45
Rust解决cargo build太慢
替换crates仓库源打开或新建用户目录下/.cargo/config文件在文件中增加配置[source.crates-io]registry="https://github.com/
rust-lang
神域序列
·
2023-04-12 12:21
Rust
编程语言
Rust
编程语言
Can not attach stdlib sources automatically without rustup 问题解决
解决方法如下:1.先去下载rust标准库:gitclone--depth1https://github.com/
rust-lang
/rust.克隆到/opt目录下。不翻墙的花速
隔壁王二叔
·
2023-03-11 21:08
rust对simd支持之RUSTFLAGS
1.simdandRUSTFLAGSsimd(单指令流多数据流)支持与硬件紧密关联,在
rust-lang
/rust/src/librustc_target中对不同的硬件平台和操作系统进行了相应的支持。
mutourend
·
2022-12-25 14:41
Rust 2018 路线图
今年,除了这个调查,我们在12月发布了呼吁社区博客帖子,在短短几周内就收集到了百篇文章,最终的结构是最近合并的2018(路线图)[https://github.com/
rust-lang
/rfcs/pull
iceqing
·
2021-05-06 22:49
【Rust日报】2021-01-18 Facebook使用 Rust 的简单介绍
split_inclusive_mutstr::split_inclusive目前该PR已经合并到rust主分支,并且将在1.51中发布.githubpullrequest:https://github.com/
rust-lang
Rust语言中文社区
·
2021-01-18 22:38
java
python
编程语言
github
人工智能
【Rust日报】2020-10-08 Rust1.47稳定版发布!
ReadMore:https://github.com/
rust-lang
/rust/blob/stable/RELEASES.md#version-1470-2020-10-08Rust游戏开发时讯第
MikeLoveRust
·
2020-10-08 22:54
游戏
github
编程语言
go
java
Rust-lang
(hello world)
最近,突然迷上了Rust!Rust在中国还是小众中的小众!有个一年不会更新一次的论坛,没有任何中文,资料,只能去死磕官方文档!这个就是我死磕官方文档的笔记,是笔记,笔记,不是翻译!install略过吧,官网一看就会安装!helloworldfnmain(){println!("{}","helloworld");}使用命令rustcmain.rs编译,./main运行。cargoRust自带的项目
weixin_30824599
·
2020-09-16 07:53
rust
【Rust日报】2020-08-28 Rust 1.46稳定版发布
Rust1.46稳定版发布constfn提升这个版本主要是对constfn的提升:https://github.com/
rust-lang
/rust/pull/72437/现在已经支持:if,iflet
Rust语言中文社区
·
2020-08-28 22:06
内核
java
python
编程语言
人工智能
Rust crates.io换国内镜像源
进入当前用户的.cargo目录cd~/.cargo2.新建名字叫config的文件3.编辑config文件写入[source.crates-io]registry="https://github.com/
rust-lang
最后的夏天
·
2020-08-24 14:45
deepin
linux
rust-lang
【Rust日报】 2019-05-27:toast - 支持在docker容器中运行任务的工具
Rust中文社区翻译小组招募#activity#RustChina首批任务:Rust官网翻译这里有详细说明https://github.com/
rust-lang
/www.rust-lang.org/blob
MikeLoveRust
·
2020-08-21 21:37
Rust日报
Rust 问答之 TOML 是什么
cargo/Cargo.tomlatmaster·
rust-lang
/cargoCargo.tomlvsCargo.lock-TheCargoBook直奔主题,上菜:TOML旨在成为一个语义显著而易于阅读的最低限度的配置文件格式
repeatedly
·
2020-08-20 12:00
Rust
linux 安装
rust-lang
自动安装aptinstallrust这个是不带cargo/rustup那些的手动安装安装rustupwgethttps://github.com/rust-lang-nursery/rustup.rs/archive/1.14.0.tar.gztarxzvf1.14.0.tar.gzcdrustup.rs-1.14.0./rustup-init.sh需。。如果半天不动,手动去下载如下安装文件。。w
月明似雪
·
2020-08-16 01:05
rust
显示rust测试时候的print信息
cargotest命令默认是关闭了test里的print输出,这对有时候需要看输出信息很不方便,官方添加了两种方法:https://github.com/
rust-lang
/rust/commit/6eaa21635e6c6c90e1a0579876bc63581f661f7d
varding
·
2020-08-12 16:16
rust
快速下载rust包
根本没用.要这样:在C:\Users\Administrator\.cargo处建立一个config文件内容为:[source.crates-io]registry="https://github.com/
rust-lang
fqbqrr
·
2020-07-13 04:53
rust
【Rust日报】 2019-08-21:「官方」async_await将在Rust 1.39稳定版中发布
ReadMore:https://github.com/
rust-lang
/rust/pull/63209#issuecomment-523113079宣告:async-std异步标准库的测试版#async_std
MikeLoveRust
·
2020-06-27 02:33
Rust 使用问题笔记
如果cargo版本为0.13.0或以上,文件内容如下:[source.crates-io]registry="https://github.com/
rust-lang
/crates.io-index"replace-with
新高_Butland
·
2020-03-21 04:08
Web3极客日报 #5
Rust编程小练习Rustlingshttps://github.com/
rust-lang
/...黑豆腐:在本地环境运行的rust练习题,主要形式是按要求使得程序通过编译。
空乱木
·
2019-12-28 16:24
区块链
Rust String
原文链接:https://learnku.com/docs/
rust-lang
/2018/ch04-01-what-is-ownership/45051-移动变量移动lets1=String::from
空乱木
·
2019-12-17 13:08
Webassembly实践 - rust to wasm
环境rustcrustupcargo(
rust-lang
的开发编译工具)nodejs(发布wasm-pack生成的package)安装wasm-packcargoinstallwasm-pack使用cargo
Felix
·
2019-10-31 15:08
javascript
html5
node.js
rust
rust-lang
Rust学习指南
Rust官网:https://www.rust-lang.org/zh-CN/Rust中文社区:https://rust.cc/github地址:https://github.com/
rust-lang
arthur
·
2019-07-18 11:09
区块链
Rust: CTP的rust版本如何手工封装
github.com/nagisa/rust_libloading(2)libcRawFFIbindingstoplatformlibrarieslikelibc.https://github.com/
rust-lang
songroom
·
2019-01-27 21:44
CTP
Rust
量化投资
如何在 Linux 中安装 Rust 编程语言 | Linux 中国
Rust通常被称为
rust-lang
。Rust是一个由MozillaResearch赞助的通用的、多范式、现代的、跨平台和开源系统编程语言。
技术无边
·
2018-12-29 12:05
Rust crates.io换国内镜像源
进入当前用户的.cargo目录cd~/.cargo2.新建名字叫config的文件3.编辑config文件写入[source.crates-io]registry="https://github.com/
rust-lang
最后的夏天
·
2018-12-22 00:00
rust-lang
linux
deepin
Rust-lang
(hello world 续)
loop上面的例子只能猜测一次,然后程序就停掉了,现在我们想不停的重复猜测,这里就用到循环了,当我们猜测正确的时候停止循环!fnmain(){println!("Hello,world!");letsecret_number=rand::thread_rng().gen_range(1,101);println!("Pleasegussessecretnumber!");loop{letmutnu
乄浅醉
·
2016-04-29 16:58
rust
rust
Rust-lang
(hello world 续)
loop上面的例子只能猜测一次,然后程序就停掉了,现在我们想不停的重复猜测,这里就用到循环了,当我们猜测正确的时候停止循环!fnmain(){println!("Hello,world!");letsecret_number=rand::thread_rng().gen_range(1,101);println!("Pleasegussessecretnumber!");loop{letmutnu
乄浅醉
·
2016-04-29 16:58
rust
rust
Rust-lang
(hello world 续)
loop上面的例子只能猜测一次,然后程序就停掉了,现在我们想不停的重复猜测,这里就用到循环了,当我们猜测正确的时候停止循环!fnmain(){println!("Hello,world!");letsecret_number=rand::thread_rng().gen_range(1,101);println!("Pleasegussessecretnumber!");loop{letmutnu
weixin_30907935
·
2016-04-29 16:00
rust
Rust-lang
(hello world)
最近,突然迷上了Rust!Rust在中国还是小众中的小众!有个一年不会更新一次的论坛,没有任何中文,资料,只能去死磕官方文档!这个就是我死磕官方文档的笔记,是笔记,笔记,不是翻译!install略过吧,官网一看就会安装!helloworldfnmain(){println!("{}","helloworld");}使用命令rustcmain.rs编译,./main运行。cargoRust自带的项目
乄浅醉
·
2016-04-29 16:56
rust
显示rust测试时候的print信息
cargotest命令默认是关闭了test里的print输出,这对有时候需要看输出信息很不方便,官方添加了两种方法:https://github.com/
rust-lang
/rust/commit/6eaa21635e6c6c90e1a0579876bc63581f661f7d
varding
·
2015-08-23 18:00
打印
test
测试
print
Rust
rust.vim文件放到什么地方,vim才能正常识别Rust
写点测试代码.最近看了点Rust,没有用SolidOak,因为目前来看还是不很喜欢.Rust网站上推荐了使用rust.vim为vim的Rust插件.具体链接在这里:https://github.com/
rust-lang
Code_My_Life
·
2015-05-14 14:11
LINUX
学习
黎宏伟
rust.vim文件放到什么地方,vim才能正常识别Rust
写点测试代码.最近看了点Rust,没有用SolidOak,因为目前来看还是不很喜欢.Rust网站上推荐了使用rust.vim为vim的Rust插件.具体链接在这里:https://github.com/
rust-lang
Code_My_Life
·
2015-05-14 14:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他