├── LICENSE ├── README.md └── rustchinaconf2020 ├── RustChinaConf2020-01.开场式及Mike&Niko-《Rust中文社区介绍》.pdf ├── RustChinaConf2020-02.陈渝-《基于Rust语言的操作系统内核》.pdf ├── RustChinaConf2020-03.张汉东-《Rust这五年》.pdf ├── RustChinaConf2020-04.巨震-《Rust和ROS机器人开发》.pdf ├── RustChinaConf2020-05.meepo-《Rust在飞书客户端的智能化探索》.pdf ├── RustChinaConf2020-06.Justin-《Rust和BPF》.pdf ├── RustChinaConf2020-07.Michael-《云计算中的Rust和Wasm》.pdf ├── RustChinaConf2020-08.姚鹏飞-《椭圆曲线的加密算法的最佳实现和高效的SM2算法》.pdf ├── RustChinaConf2020-09.萧猛-《Rust作为汽车软件主语言的探索》.pdf ├── RustChinaConf2020-10.王璞-《用Rust实现用户态高性能存储》.pdf ├── RustChinaConf2020-11.孙凯超-《Substrate中的Rust设计模式》.pdf ├── RustChinaConf2020-12.蒋金洋-《Rust, RISC-V和智能合约》.pdf ├── RustChinaConf2020-13.魏熙凯-《使用Rust构建高性能时序数据库:CeresDB》.pdf ├── RustChinaConf2020-14.赖智超-《Rust异步和并发浅谈》.pdf ├── RustChinaConf2020-15.油条哥-《Async-graphql的介绍与实现》.pdf ├── RustChinaConf2020-16.黄珏珅-《Slamtec的Rust实践》.pdf ├── RustChinaConf2020-17.洛佳-《Rust语言与嵌入式开发》.pdf ├── RustChinaConf2020-18.周鹤洋-《用Rust设计高性能JIT执行引擎》.pdf ├── RustChinaConf2020-19.俞一峻-《Rust可信编程在华为》.pdf ├── RustChinaConf2020-21.王龙步-《Rust数值计算生态盘点》.pdf ├── RustChinaConf2020-22.钟镇炽-《高性能 Rust tracing 库设计》.pdf ├── RustChinaConf2020-23.邓建平-《用过程宏简化Rust代码》.pdf ├── RustChinaConf2020-24.王润基-《rCore:Rust操作系统内核的探索+MadFS:小巧精悍的分布式文件系统》.pdf ├── RustChinaConf2020-25.金明剑-《基于Rust构建高性能新型开源数据仓库》.pdf ├── RustChinaConf2020-26.张润哲-《Rust游戏引擎开发》.pdf ├── RustChinaConf2020-27.吴翱翔-《浅谈Rust在算法题和竞赛中的应用》.pdf ├── RustChinaConf2020-28.尹思维-《Rust Code Analysis 实践》.pdf ├── RustChinaConf2020-29.杨杰-《Rust系统编程在StratoVirt中的实践》.pdf ├── RustChinaConf2020-30.于航-《WebAssembly - 现在和未来》.pdf ├── RustChinaConf2020-31.Illia&孙元超-《经验教训-使用Rust构建去中心关键任务系统》.pdf ├── RustChinaConf2020-32.廖意明-《Rust企业级应用最佳实践》.pdf ├── RustChinaConf2020-33.喻杰-《libp2p—一个开源libp2p的rust实现》.pdf ├── RustChinaConf2020-34.陈天泽-《用于Rust的嵌入式脚本语言》.pdf ├── RustChinaConf2020-35.朱秀杰-《Rbatis-使用Rust语言编写的高性能ORM框架》.pdf └── RustChinaConf2020-36.范辉-《TTstack:Rust 在中小企业场景中的典型案例》.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Rust中文社区 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # RustChinaConf2020 2 | 3 | All pdf slides in RustChinaConf2020. 4 | -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-01.开场式及Mike&Niko-《Rust中文社区介绍》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-01.开场式及Mike&Niko-《Rust中文社区介绍》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-02.陈渝-《基于Rust语言的操作系统内核》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-02.陈渝-《基于Rust语言的操作系统内核》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-03.张汉东-《Rust这五年》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-03.张汉东-《Rust这五年》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-04.巨震-《Rust和ROS机器人开发》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-04.巨震-《Rust和ROS机器人开发》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-05.meepo-《Rust在飞书客户端的智能化探索》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-05.meepo-《Rust在飞书客户端的智能化探索》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-06.Justin-《Rust和BPF》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-06.Justin-《Rust和BPF》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-07.Michael-《云计算中的Rust和Wasm》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-07.Michael-《云计算中的Rust和Wasm》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-08.姚鹏飞-《椭圆曲线的加密算法的最佳实现和高效的SM2算法》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-08.姚鹏飞-《椭圆曲线的加密算法的最佳实现和高效的SM2算法》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-09.萧猛-《Rust作为汽车软件主语言的探索》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-09.萧猛-《Rust作为汽车软件主语言的探索》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-10.王璞-《用Rust实现用户态高性能存储》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-10.王璞-《用Rust实现用户态高性能存储》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-11.孙凯超-《Substrate中的Rust设计模式》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-11.孙凯超-《Substrate中的Rust设计模式》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-12.蒋金洋-《Rust, RISC-V和智能合约》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-12.蒋金洋-《Rust, RISC-V和智能合约》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-13.魏熙凯-《使用Rust构建高性能时序数据库:CeresDB》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-13.魏熙凯-《使用Rust构建高性能时序数据库:CeresDB》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-14.赖智超-《Rust异步和并发浅谈》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-14.赖智超-《Rust异步和并发浅谈》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-15.油条哥-《Async-graphql的介绍与实现》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-15.油条哥-《Async-graphql的介绍与实现》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-16.黄珏珅-《Slamtec的Rust实践》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-16.黄珏珅-《Slamtec的Rust实践》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-17.洛佳-《Rust语言与嵌入式开发》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-17.洛佳-《Rust语言与嵌入式开发》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-18.周鹤洋-《用Rust设计高性能JIT执行引擎》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-18.周鹤洋-《用Rust设计高性能JIT执行引擎》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-19.俞一峻-《Rust可信编程在华为》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-19.俞一峻-《Rust可信编程在华为》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-21.王龙步-《Rust数值计算生态盘点》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-21.王龙步-《Rust数值计算生态盘点》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-22.钟镇炽-《高性能 Rust tracing 库设计》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-22.钟镇炽-《高性能 Rust tracing 库设计》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-23.邓建平-《用过程宏简化Rust代码》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-23.邓建平-《用过程宏简化Rust代码》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-24.王润基-《rCore:Rust操作系统内核的探索+MadFS:小巧精悍的分布式文件系统》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-24.王润基-《rCore:Rust操作系统内核的探索+MadFS:小巧精悍的分布式文件系统》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-25.金明剑-《基于Rust构建高性能新型开源数据仓库》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-25.金明剑-《基于Rust构建高性能新型开源数据仓库》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-26.张润哲-《Rust游戏引擎开发》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-26.张润哲-《Rust游戏引擎开发》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-27.吴翱翔-《浅谈Rust在算法题和竞赛中的应用》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-27.吴翱翔-《浅谈Rust在算法题和竞赛中的应用》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-28.尹思维-《Rust Code Analysis 实践》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-28.尹思维-《Rust Code Analysis 实践》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-29.杨杰-《Rust系统编程在StratoVirt中的实践》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-29.杨杰-《Rust系统编程在StratoVirt中的实践》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-30.于航-《WebAssembly - 现在和未来》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-30.于航-《WebAssembly - 现在和未来》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-31.Illia&孙元超-《经验教训-使用Rust构建去中心关键任务系统》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-31.Illia&孙元超-《经验教训-使用Rust构建去中心关键任务系统》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-32.廖意明-《Rust企业级应用最佳实践》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-32.廖意明-《Rust企业级应用最佳实践》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-33.喻杰-《libp2p—一个开源libp2p的rust实现》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-33.喻杰-《libp2p—一个开源libp2p的rust实现》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-34.陈天泽-《用于Rust的嵌入式脚本语言》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-34.陈天泽-《用于Rust的嵌入式脚本语言》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-35.朱秀杰-《Rbatis-使用Rust语言编写的高性能ORM框架》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-35.朱秀杰-《Rbatis-使用Rust语言编写的高性能ORM框架》.pdf -------------------------------------------------------------------------------- /rustchinaconf2020/RustChinaConf2020-36.范辉-《TTstack:Rust 在中小企业场景中的典型案例》.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rustcc/RustChinaConf2020/da7ac3bd79d9043d4c03780af9a25d48ac9a6bbb/rustchinaconf2020/RustChinaConf2020-36.范辉-《TTstack:Rust 在中小企业场景中的典型案例》.pdf --------------------------------------------------------------------------------