在 GitHub 给个 Star — 社区维护的发音词典

rustc 怎么读

命令行工具 社区共识

rust see /ˈrʌstsiː/ mp3

rustc 在英语中的标准读法是 「rust see」(/ˈrʌstsiː/)。

The Rust compiler. The "c" is for "compiler" and is almost always read as the letter C: RUST-see (rust + C). A minority say "rust-cee" identically; "rustk" (one syllable) is heard but uncommon. Compare gcc/clang usage where the trailing letter is spoken.

其他读法:

来源:rustc book — "What is rustc?"

读对项目名只是工程师文化的一部分 — 但开会时被人轻轻纠正、或者在 podcast 上被嘉宾礼貌打断的滋味,并不好受。Pronounce 是一个开源的开发者词汇发音词典,每条都标注来源、信心等级,并且有预渲染的音频可以直接听。

在命令行里听

$ say-it rustc # 主读音 × 3 次

安装 CLI:git clone https://github.com/anzy-renlab-ai/pronounce.git && cd pronounce && ./install.sh

Star on GitHub