RustChinaConf2020 - Best Practices of Rust in Enterprises by Liao Yiming

Опубликовано: 08 Август 2026
на канале: Rust China Conf
1,254
15

Speaker: Liao Yiming (廖意明) from Qianxin (奇安信)
Speaker Intro: Previously engaged in java and go languages. Now I love Rust, and I am responsible for the promotion of code quality and Rust technology in the team. Github:https://github.com/baoyachi.

As a language that focuses on security, Rust has many figures in the community and in the enterprise. Especially for multi-person team collaboration, the collaborative code style, automation, tooling, and standardization between teams are particularly important considerations for the team to choose a technology stack. These are an indispensable part of ensuring that the code is excellent, reliable, and stable. Combine our practice in the enterprise and the problems encountered. This time I will share the following Rust's best practices for "enterprise-level large-scale team development". Sharing topics include code style, code check private library dependency, build script, automatic check mechanism.