Deepin会考虑用Rust干点什么东西吗?
Tofloor
poster avatar
jmjoy
deepin
2018-11-10 03:27
Author
Rust 是一种系统编程语言。 它有着惊人的运行速度,能够防止段错误,并保证线程安全。

特点:
零开销抽象
转移语义
保证内存安全
线程无数据竞争
基于 trait 的泛型
模式匹配
类型推断
极小运行时
高效 C 绑定

https://www.rust-lang.org/zh-CN/

Reply Favorite View the author
All Replies
avatar
186******51
deepin
2018-11-10 03:38
#1
为了运行效率最后还不是得靠C/C++
Reply View the author
avatar
jmjoy
deepin
2018-11-10 03:43
#2
https://bbs.deepin.org/post/170736
为了运行效率最后还不是得靠C/C++

Rust和C/C++同级别了解一下
Reply View the author
avatar
rekols
deepin
2018-11-10 03:52
#3
可以用来做后端。
Reply View the author
avatar
要讲武德
deepin
2018-11-10 04:39
#4
https://bbs.deepin.org/post/170736
为了运行效率最后还不是得靠C/C++

不是说如果发现rust比c c++慢请直接报bug吗
Reply View the author
avatar
honwhywang
deepin
2020-05-10 08:28
#5
用rust重写dde
use rust to reimplement dde
Reply View the author
avatar
superendermansm
deepin
2020-05-10 16:32
#6
https://bbs.deepin.org/post/170736
用rust重写dde
use rust to reimplement dde

那还能用Qt了么?
不太清楚,求科普
Reply View the author
avatar
panasony
deepin
2020-05-10 19:32
#7
Rust不是Mozile用来开发Firefox的语言吗?
Reply View the author
avatar
honwhywang
deepin
2020-05-19 09:43
#8
https://bbs.deepin.org/post/170736
那还能用Qt了么?
不太清楚,求科普

应该有这个技术的
rust qt binding
Reply View the author