Rust优化编译出来的可执行文件的大小

https://12101111.github.io/rust-dynamic-link/

是的,Rust 编译出来的可执行文件通常比较大。这是因为 Rust 默认使用了静态链接,将所有依赖库都打包到最终的可执行文件中,以便在不同环境中运行。

这种静态链接的方式确保了可执行文件的独立性和可移植性,因为它不依赖于目标系统上是否已安装相应的库。然而,这也会导致可执行文件的大小增加。

如果你希望减小 Rust 可执行文件的大小,可以考虑以下几种方法:

  1. 使用动态链接:可以将 Rust 项目配置为使用动态链接,而不是默认的静态链接。这样可执行文件将只包含运行时系统所需的链接信息,而依赖的库将在运行时动态加载。你可以通过在项目的 Cargo.toml 文件中设置 default-features = false 并添加 features = ["dynamic_linking"] 来实现动态链接。

  2. 优化编译选项:使用适当的编译选项来优化生成的可执行文件大小。可以在 Cargo.toml 文件中的 [profile.release] 部分配置编译器标志,例如 opt-level = "z" 来使用最小化优化,或者 lto = true 来启用链接时优化。

  3. 移除不必要的依赖:审查你的项目依赖项,并移除不必要的库或功能。有时候,项目可能会引入一些不必要的依赖,这些依赖会增加可执行文件的大小。

  4. 使用工具进行压缩:可以使用工具对最终的可执行文件进行压缩,以减小其大小。例如,使用 upx 工具可以对可执行文件进行压缩,从而减少文件大小。

请注意,上述方法可能会根据你的具体项目和需求而有所不同,你可以根据自己的情况选择适合的方法来减小 Rust 可执行文件的大小。

全部已注册的包:

➜ target git:(master) ✗ cd package
➜ package git:(master) ✗ ls
above-0.1.1 eight-0.1.1.crate million-0.1.2 senior-0.2.5.crate
above-0.1.1.crate employee-0.1.1 million-0.1.2.crate serious-0.1.1
accept-0.1.1 employee-0.1.1.crate miss-0.1.1 serious-0.1.1.crate
accept-0.1.1.crate enough-0.1.1 miss-0.1.1.crate serious-0.2.8
according-0.1.1 enough-0.1.1.crate miss-0.1.2 serious-0.2.8.crate
according-0.1.1.crate entire-0.1.1 miss-0.1.2.crate several-0.1.1
across-0.1.1 entire-0.1.1.crate mission-0.1.1 several-0.1.1.crate
across-0.1.1.crate errgroup-0.1.1 mission-0.1.1.crate several-0.2.8
actually-0.1.1 errgroup-0.1.1.crate mission-0.1.2 several-0.2.8.crate
actually -0.1.1 especially-0.1.1 mission-0.1.2.crate sexual-0.1.1
actually -0.1.1.crate especially-0.1.1.crate morning-0.1.1 sexual-0.1.1.crate
actually-0.1.1.crate establish-0.1.1 morning-0.1.1.crate sexual-0.2.8
administration-0.1.1 establish-0.1.1.crate morning-0.1.3 sexual-0.2.8.crate
administration-0.1.1.crate even-0.1.1 morning-0.1.3.crate shoot-0.1.1
admit -0.1.1 even-0.1.1.crate most-0.1.1 shoot-0.1.1.crate
admit-0.1.1 evening-0.1.1 most-0.1.1.crate shoot-0.2.8
admit-0.1.1.crate evening-0.1.1.crate most-0.1.3 shoot-0.2.8.crate
admit -0.1.1.crate everybody-0.1.1 most-0.1.3.crate should-0.1.1
adult-0.1.1 everybody-0.1.1.crate mother-0.1.1 should-0.1.1.crate
adult-0.1.1.crate everyone-0.1.1 mother-0.1.1.crate should-0.2.8
affect-0.1.1 everyone-0.1.1.crate mother-0.1.3 should-0.2.8.crate
affect-0.1.1.crate everything-0.1.1 mother-0.1.3.crate shoulder-0.1.1
after-0.1.1 everything-0.1.1.crate mouth-0.1.1 shoulder-0.1.1.crate
after-0.1.1.crate evidence-0.1.1 mouth-0.1.1.crate shoulder-0.2.8
against-0.1.1 evidence-0.1.1.crate mouth-0.1.3 shoulder-0.2.8.crate
against-0.1.1.crate exactly-0.1.0 mouth-0.1.3.crate shuang-0.1.1
ago-0.1.1 exactly-0.1.0.crate movement-0.1.1 shuang-0.1.1.crate
ago-0.1.1.crate exactly-0.1.1 movement-0.1.1.crate side-0.1.1
agree-0.1.1 exactly-0.1.1.crate movement-0.1.3 side-0.1.1.crate
agree-0.1.1.crate experience-0.1.0 movement-0.1.3.crate side-0.2.8
agree-0.1.6 experience-0.1.0.crate Mr-0.1.1 side-0.2.8.crate
agree-0.1.6.crate experience-0.1.1 Mr-0.1.1.crate significant-0.1.1
agreement-0.1.1 experience-0.1.1.crate Mr-0.1.3 significant-0.1.1.crate
agreement-0.1.1.crate family-0.1.0 Mr-0.1.3.crate significant-0.2.8
agreement-0.1.6 family-0.1.0.crate Mrs-0.1.1 significant-0.2.8.crate
agreement-0.1.6.crate family-0.1.1 Mrs-0.1.1.crate simply-0.1.1
ahead-0.1.1 family-0.1.1.crate myself-0.1.1 simply-0.1.1.crate
ahead-0.1.1.crate federal-0.1.0 myself-0.1.1.crate simply-0.2.8
ahead-0.1.6 federal-0.1.0.crate myself-0.1.3 simply-0.2.8.crate
ahead-0.1.6.crate federal-0.1.1 myself-0.1.3.crate sister-0.1.1
ali-0.1.1 federal-0.1.1.crate national-0.1.1 sister-0.1.1.crate
ali-0.1.1.crate feeling-0.1.0 national-0.1.1.crate sister-0.2.8
alibaba-0.1.1 feeling-0.1.0.crate national-0.1.3 sister-0.2.8.crate
alibaba-0.1.1.crate feeling-0.1.1 national-0.1.3.crate sit-0.1.1
alone-0.1.1 feeling-0.1.1.crate nearly-0.1.1 sit-0.1.1.crate
alone-0.1.1.crate field-0.1.0 nearly-0.1.1.crate sit-0.2.9
alone-0.1.6 field-0.1.0.crate nearly-0.1.3 sit-0.2.9.crate
alone-0.1.6.crate field-0.1.1 nearly-0.1.3.crate situation-0.1.1
along-0.1.1 field-0.1.1.crate necessary-0.1.1 situation-0.1.1.crate
along-0.1.1.crate fight-0.1.0 necessary-0.1.1.crate situation-0.2.9
along-0.1.6 fight-0.1.0.crate necessary-0.1.3 situation-0.2.9.crate
along-0.1.6.crate fight-0.1.1 necessary-0.1.3.crate sjtu-0.0.1
along-0.1.7 fight-0.1.1.crate need-0.1.1 sjtu-0.0.1.crate
along-0.1.7.crate finish-0.1.0 need-0.1.1.crate sjtu-0.3.1
already-0.1.1 finish-0.1.0.crate need-0.1.3 sjtu-0.3.1.crate
already-0.1.1.crate finish-0.1.1 need-0.1.3.crate skill-0.1.1
already-0.1.7 finish-0.1.1.crate newspaper-0.1.1 skill-0.1.1.crate
already-0.1.7.crate firm-0.1.0 newspaper-0.1.1.crate skill-0.2.9
although-0.1.1 firm-0.1.0.crate newspaper-0.1.3 skill-0.2.9.crate
although-0.1.1.crate firm-0.1.1 newspaper-0.1.3.crate skin-0.1.1
although-0.1.7 firm-0.1.1.crate north-0.1.1 skin-0.1.1.crate
although-0.1.7.crate floor-0.1.0 north-0.1.1.crate skin-0.2.9
always-0.1.1 floor-0.1.0.crate north-0.1.3 skin-0.2.9.crate
always-0.1.1.crate floor-0.1.1 north-0.1.3.crate social-0.1.1
always-0.1.7 floor-0.1.1.crate occur-0.1.1 social-0.1.1.crate
always-0.1.7.crate food-0.1.0 occur-0.1.1.crate social-0.2.9
American-0.1.1 food-0.1.0.crate occur-0.1.3 social-0.2.9.crate
American-0.1.1.crate food-0.1.1 occur-0.1.3.crate somebody-0.1.1
American-0.1.7 food-0.1.1.crate offer-0.1.1 somebody-0.1.1.crate
American-0.1.7.crate foot-0.1.0 offer-0.1.1.crate somebody-0.2.9
among-0.1.1 foot-0.1.0.crate offer-0.1.3 somebody-0.2.9.crate
among-0.1.1.crate foot-0.1.1 offer-0.1.3.crate someone-0.1.1
among-0.1.7 foot-0.1.1.crate officer-0.1.1 someone-0.1.1.crate
among-0.1.7.crate force-0.1.0 officer-0.1.1.crate someone-0.2.9
amount-0.1.1 force-0.1.0.crate officer-0.1.3 someone-0.2.9.crate
amount-0.1.1.crate force-0.1.1 officer-0.1.3.crate sometimes-0.1.1
amount-0.1.7 force-0.1.1.crate official-0.1.1 sometimes-0.1.1.crate
amount-0.1.7.crate foreign-0.1.0 official-0.1.1.crate sometimes-0.2.9
another-0.1.1 foreign-0.1.0.crate official-0.1.3 sometimes-0.2.9.crate
another-0.1.1.crate foreign-0.1.1 official-0.1.3.crate song-0.1.1
another-0.1.7 foreign-0.1.1.crate often-0.1.1 song-0.1.1.crate
another-0.1.7.crate four-0.1.0 often-0.1.1.crate soon-0.1.1
answer-0.1.1 four-0.1.0.crate often-0.1.3 soon-0.1.1.crate
answer-0.1.1.crate four-0.1.1 often-0.1.3.crate soon-0.2.9
answer-0.1.7 four-0.1.1.crate onto-0.1.1 soon-0.2.9.crate
answer-0.1.7.crate fudan-0.3.1 onto-0.1.1.crate south-0.1.1
anyone-0.1.1 fudan-0.3.1.crate onto-0.1.3 south-0.1.1.crate
anyone-0.1.1.crate full-0.1.0 onto-0.1.3.crate south-0.2.9
anyone-0.1.7 full-0.1.0.crate operation-0.1.1 south-0.2.9.crate
anyone-0.1.7.crate full-0.1.1 operation-0.1.1.crate southern-0.1.1
appear-0.1.1 full-0.1.1.crate operation-0.1.3 southern-0.1.1.crate
appear-0.1.1.crate fund-0.1.0 operation-0.1.3.crate southern-0.2.9
appear-0.1.7 fund-0.1.0.crate opportunity-0.1.1 southern-0.2.9.crate
appear-0.1.7.crate fund-0.1.1 opportunity-0.1.1.crate speak-0.1.1
approach-0.1.1 fund-0.1.1.crate opportunity-0.1.3 speak-0.1.1.crate
approach-0.1.1.crate geek-0.1.1 opportunity-0.1.3.crate speak-0.2.9
approach-0.1.7 geek-0.1.1.crate other-0.1.1 speak-0.2.9.crate
approach-0.1.7.crate general-0.1.0 other-0.1.1.crate specific-0.1.1
around-0.1.1 general-0.1.0.crate other-0.1.3 specific-0.1.1.crate
around-0.1.1.crate general-0.1.1 other-0.1.3.crate specific-0.2.9
around-0.1.7 general-0.1.1.crate others-0.1.1 specific-0.2.9.crate
around-0.1.7.crate generation-0.1.0 others-0.1.1.crate speech-0.1.1
arrive-0.1.1 generation-0.1.0.crate others-0.1.3 speech-0.1.1.crate
arrive-0.1.1.crate generation-0.1.1 others-0.1.3.crate speech-0.2.9
arrive-0.1.7 generation-0.1.1.crate our-0.1.1 speech-0.2.9.crate
arrive-0.1.7.crate girl-0.1.0 our-0.1.1.crate spend-0.1.1
article-0.1.1 girl-0.1.0.crate our-0.1.3 spend-0.1.1.crate
article-0.1.1.crate girl-0.1.1 our-0.1.3.crate spend-0.2.9
article-0.1.7 girl-0.1.1.crate outside-0.1.1 spend-0.2.9.crate
article-0.1.7.crate good-0.1.0 outside-0.1.1.crate staff-0.1.1
attack-0.1.1 good-0.1.0.crate outside-0.1.3 staff-0.1.1.crate
attack-0.1.1.crate good-0.1.1 outside-0.1.3.crate staff-0.2.9
attack-0.1.7 good-0.1.1.crate Oxford-0.3.1 staff-0.2.9.crate
attack-0.1.7.crate hair-0.1.0 Oxford-0.3.1.crate stand-0.1.1
attention-0.1.1 hair-0.1.0.crate pain-0.1.1 stand-0.1.1.crate
attention-0.1.1.crate hair-0.1.1 pain-0.1.1.crate stand-0.2.9
attention-0.1.7 hair-0.1.1.crate pain-0.1.3 stand-0.2.9.crate
attention-0.1.7.crate hand-0.1.0 pain-0.1.3.crate Stanford-0.3.1
attorney-0.1.1 hand-0.1.0.crate painting-0.1.1 Stanford-0.3.1.crate
attorney-0.1.1.crate hand-0.1.1 painting-0.1.1.crate statement-0.1.1
attorney-0.1.7 hand-0.1.1.crate painting-0.1.3 statement-0.1.1.crate
attorney-0.1.7.crate hang-0.1.0 painting-0.1.3.crate statement-0.2.9
audience-0.1.1 hang-0.1.0.crate parent-0.1.1 statement-0.2.9.crate
audience-0.1.1.crate hang-0.1.1 parent-0.1.1.crate stay-0.1.1
audience-0.1.7 hang-0.1.1.crate parent-0.1.3 stay-0.1.1.crate
audience-0.1.7.crate happen-0.1.0 parent-0.1.3.crate stay-0.2.9
author-0.1.1 happen-0.1.0.crate participant-0.1.1 stay-0.2.9.crate
author-0.1.1.crate happen-0.1.1 participant-0.1.1.crate still-0.1.1
author-0.1.7 happen-0.1.1.crate participant-0.1.3 still-0.1.1.crate
author-0.1.7.crate Harvard-0.3.1 participant-0.1.3.crate strategy-0.1.1
available-0.1.1 Harvard-0.3.1.crate particular-0.1.1 strategy-0.1.1.crate
available-0.1.1.crate hear-0.1.0 particular-0.1.1.crate strategy-0.2.9
available-0.1.7 hear-0.1.0.crate particular-0.1.3 strategy-0.2.9.crate
available-0.1.7.crate hear-0.1.1 particular-0.1.3.crate street-0.1.1
avoid-0.1.1 hear-0.1.1.crate particularly-0.1.1 street-0.1.1.crate
avoid-0.1.1.crate heavy-0.1.0 particularly-0.1.1.crate student-0.1.1
avoid-0.1.7 heavy-0.1.0.crate particularly-0.1.3 student-0.1.1.crate
avoid-0.1.7.crate heavy-0.1.1 particularly-0.1.3.crate study-0.1.1
away-0.1.1 heavy-0.1.1.crate partner-0.1.1 study-0.1.1.crate
away-0.1.1.crate her-0.1.0 partner-0.1.1.crate subject-0.1.1
away-0.1.7 her-0.1.0.crate partner-0.1.3 subject-0.1.1.crate
away-0.1.7.crate her-0.1.1 partner-0.1.3.crate successful-0.1.1
baby-0.1.1 her-0.1.1.crate patient-0.1.1 successful-0.1.1.crate
baby-0.1.1.crate herself-0.1.0 patient-0.1.1.crate such-0.1.1
baby-0.1.7 herself-0.1.0.crate patient-0.1.3 such-0.1.1.crate
baby-0.1.7.crate herself-0.1.1 patient-0.1.3.crate suddenly-0.1.1
back-0.1.1 herself-0.1.1.crate peace-0.1.1 suddenly-0.1.1.crate
back-0.1.1.crate high-0.1.0 peace-0.1.1.crate suffer-0.1.1
back-0.1.7 high-0.1.0.crate peace-0.1.3 suffer-0.1.1.crate
back-0.1.7.crate high-0.1.1 peace-0.1.3.crate suggest-0.1.1
beat-0.1.1 high-0.1.1.crate pengqi-0.1.1 suggest-0.1.1.crate
beat-0.1.1.crate him-0.1.0 pengqi-0.1.1.crate sure-0.1.1
beat-0.1.7 him-0.1.0.crate per-0.1.1 sure-0.1.1.crate
beat-0.1.7.crate him-0.1.1 per-0.1.1.crate teach-0.1.1
beautiful-0.1.1 him-0.1.1.crate per-0.1.3 teach-0.1.1.crate
beautiful-0.1.1.crate himself-0.1.0 per-0.1.3.crate teacher-0.1.1
beautiful-0.1.7 himself-0.1.0.crate perform-0.1.1 teacher-0.1.1.crate
beautiful-0.1.7.crate himself-0.1.1 perform-0.1.1.crate team-0.1.1
because-0.1.1 himself-0.1.1.crate perform-0.1.3 team-0.1.1.crate
because-0.1.1.crate his-0.1.0 perform-0.1.3.crate television-0.1.1
because-0.1.7 his-0.1.0.crate performance-0.1.1 television-0.1.1.crate
because-0.1.7.crate his-0.1.1 performance-0.1.1.crate tend-0.1.1
bed-0.1.1 his-0.1.1.crate performance-0.1.3 tend-0.1.1.crate
bed-0.1.1.crate hope-0.1.0 performance-0.1.3.crate test-0.1.1
bed-0.1.7 hope-0.1.0.crate personal-0.1.1 test-0.1.1.crate
bed-0.1.7.crate hope-0.1.1 personal-0.1.1.crate than-0.1.1
before-0.1.1 hope-0.1.1.crate physical-0.1.1 than-0.1.1.crate
before-0.1.1.crate hospital-0.1.0 physical-0.1.1.crate their-0.1.1
before-0.1.7 hospital-0.1.0.crate physical-0.1.3 their-0.1.1.crate
before-0.1.7.crate hospital-0.1.1 physical-0.1.3.crate them-0.1.1
begin-0.1.1 hospital-0.1.1.crate picture-0.1.1 them-0.1.1.crate
begin-0.1.1.crate huge-0.1.0 picture-0.1.1.crate themselves-0.1.1
begin-0.1.7 huge-0.1.0.crate picture-0.1.3 themselves-0.1.1.crate
begin-0.1.7.crate huge-0.1.1 picture-0.1.3.crate theory-0.1.1
behavior-0.1.1 huge-0.1.1.crate piece-0.1.1 theory-0.1.1.crate
behavior-0.1.1.crate hundred-0.1.0 piece-0.1.1.crate there-0.1.1
behavior-0.1.7 hundred-0.1.0.crate piece-0.1.3 there-0.1.1.crate
behavior-0.1.7.crate hundred-0.1.1 piece-0.1.3.crate third-0.1.1
behind-0.1.1 hundred-0.1.1.crate pku-0.0.1 third-0.1.1.crate
behind-0.1.1.crate husband-0.1.0 pku-0.0.1.crate those-0.1.1
behind-0.1.7 husband-0.1.0.crate pku-0.3.1 those-0.1.1.crate
behind-0.1.7.crate husband-0.1.1 pku-0.3.1.crate those-0.1.8
believe-0.1.1 husband-0.1.1.crate plan-0.1.1 those-0.1.8.crate
believe-0.1.1.crate I-0.1.1 plan-0.1.1.crate though-0.1.1
benefit-0.1.1 I-0.1.1.crate plan-0.1.3 though-0.1.1.crate
benefit-0.1.1.crate important-0.1.0 plan-0.1.3.crate though-0.1.8
Berkeley-0.3.1 important-0.1.0.crate PM-0.1.1 though-0.1.8.crate
Berkeley-0.3.1.crate important-0.1.1 PM-0.1.1.crate thought-0.1.1
better-0.1.1 important-0.1.1.crate police-0.1.1 thought-0.1.1.crate
better-0.1.1.crate improve-0.1.0 police-0.1.1.crate thought-0.1.8
better-0.1.7 improve-0.1.0.crate police-0.1.3 thought-0.1.8.crate
better-0.1.7.crate improve-0.1.1 police-0.1.3.crate thousand-0.1.1
bili-0.1.1 improve-0.1.1.crate policy-0.1.1 thousand-0.1.1.crate
bili-0.1.1.crate include-0.1.0 policy-0.1.1.crate thousand-0.1.8
bilibili-0.1.1 include-0.1.0.crate policy-0.1.3 thousand-0.1.8.crate
bilibili-0.1.1.crate include-0.1.1 policy-0.1.3.crate threat-0.1.1
billion-0.1.1 include-0.1.1.crate political-0.1.1 threat-0.1.1.crate
billion-0.1.1.crate including-0.1.0 political-0.1.1.crate threat-0.1.8
billion-0.1.7 including-0.1.0.crate political-0.1.3 threat-0.1.8.crate
billion-0.1.7.crate including-0.1.1 political-0.1.3.crate throughout-0.1.1
boy-0.1.1 including-0.1.1.crate politics-0.1.1 throughout-0.1.1.crate
boy-0.1.1.crate increase-0.1.0 politics-0.1.1.crate throughout-0.1.8
boy-0.1.7 increase-0.1.0.crate politics-0.1.3 throughout-0.1.8.crate
boy-0.1.7.crate increase-0.1.1 politics-0.1.3.crate tongji-0.3.1
bring-0.1.1 increase-0.1.1.crate poor-0.1.1 tongji-0.3.1.crate
bring-0.1.1.crate indeed-0.1.0 poor-0.1.1.crate tonight-0.1.1
bring-0.1.7 indeed-0.1.0.crate poor-0.1.3 tonight-0.1.1.crate
bring-0.1.7.crate indeed-0.1.1 poor-0.1.3.crate tonight-0.1.8
brother-0.1.1 indeed-0.1.1.crate popular-0.1.1 tonight-0.1.8.crate
brother-0.1.1.crate indicate-0.1.0 popular-0.1.1.crate tonight-0.1.9
brother-0.1.7 indicate-0.1.0.crate popular-0.1.3 tonight-0.1.9.crate
brother-0.1.7.crate indicate-0.1.1 popular-0.1.3.crate total-0.1.1
building-0.1.1 indicate-0.1.1.crate population-0.1.1 total-0.1.1.crate
building-0.1.1.crate individual-0.1.0 population-0.1.1.crate total-0.1.8
building-0.1.7 individual-0.1.0.crate population-0.1.3 total-0.1.8.crate
building-0.1.7.crate individual-0.1.1 population-0.1.3.crate toward-0.1.1
business-0.1.1 individual-0.1.1.crate positive-0.1.1 toward-0.1.1.crate
business-0.1.1.crate industry-0.1.0 positive-0.1.1.crate toward-0.1.8
business-0.1.7 industry-0.1.0.crate positive-0.1.3 toward-0.1.8.crate
business-0.1.7.crate industry-0.1.1 positive-0.1.3.crate town-0.1.1
buy-0.1.1 industry-0.1.1.crate prepare-0.1.1 town-0.1.1.crate
buy-0.1.1.crate information-0.1.0 prepare-0.1.1.crate town-0.1.8
buy-0.1.7 information-0.1.0.crate prepare-0.1.3 town-0.1.8.crate
buy-0.1.7.crate information-0.1.1 prepare-0.1.3.crate traditional-0.1.1
Caltech-0.3.1 information-0.1.1.crate president-0.1.1 traditional-0.1.1.crate
Caltech-0.3.1.crate inside-0.1.0 president-0.1.1.crate traditional-0.1.9
Cambridge-0.3.1 inside-0.1.0.crate president-0.1.3 traditional-0.1.9.crate
Cambridge-0.3.1.crate inside-0.1.1 president-0.1.3.crate training-0.1.1
campaign-0.1.1 inside-0.1.1.crate prevent-0.1.1 training-0.1.1.crate
campaign-0.1.1.crate instead-0.1.0 prevent-0.1.1.crate training-0.1.9
campaign-0.1.7 instead-0.1.0.crate prevent-0.1.3 training-0.1.9.crate
campaign-0.1.7.crate instead-0.1.1 prevent-0.1.3.crate travel-0.1.1
cancer-0.1.1 instead-0.1.1.crate price-0.1.1 travel-0.1.1.crate
cancer-0.1.1.crate institution-0.1.0 price-0.1.1.crate travel-0.1.9
cancer-0.1.7 institution-0.1.0.crate price-0.1.3 travel-0.1.9.crate
cancer-0.1.7.crate institution-0.1.1 price-0.1.3.crate treat-0.1.1
candidate-0.1.1 institution-0.1.1.crate produce-0.1.1 treat-0.1.1.crate
candidate-0.1.1.crate interest-0.1.0 produce-0.1.1.crate treat-0.1.9
candidate-0.1.7 interest-0.1.0.crate produce-0.1.3 treat-0.1.9.crate
candidate-0.1.7.crate interest-0.1.1 produce-0.1.3.crate treatment-0.1.1
capital-0.1.1 interest-0.1.1.crate production-0.1.1 treatment-0.1.1.crate
capital-0.1.1.crate interesting-0.1.0 production-0.1.1.crate treatment-0.1.9
capital-0.1.7 interesting-0.1.0.crate production-0.1.3 treatment-0.1.9.crate
capital-0.1.7.crate interesting-0.1.1 production-0.1.3.crate trial-0.1.1
care-0.1.1 interesting-0.1.1.crate professional-0.1.1 trial-0.1.1.crate
care-0.1.1.crate international-0.1.0 professional-0.1.1.crate trial-0.1.9
care-0.1.7 international-0.1.0.crate professional-0.1.3 trial-0.1.9.crate
care-0.1.7.crate international-0.1.1 professional-0.1.3.crate trouble-0.1.1
career-0.1.1 international-0.1.1.crate professor-0.1.1 trouble-0.1.1.crate
career-0.1.1.crate investment-0.1.0 professor-0.1.1.crate trouble-0.1.9
career-0.1.7 investment-0.1.0.crate professor-0.1.3 trouble-0.1.9.crate
career-0.1.7.crate investment-0.1.1 professor-0.1.3.crate tsinghua-0.3.1
carry-0.1.1 investment-0.1.1.crate provide-0.1.1 tsinghua-0.3.1.crate
carry-0.1.1.crate involve-0.1.0 provide-0.1.1.crate TV-0.1.1
carry-0.1.7 involve-0.1.0.crate provide-0.1.3 TV-0.1.1.crate
carry-0.1.7.crate involve-0.1.1 provide-0.1.3.crate ucb-0.3.1
central-0.1.1 involve-0.1.1.crate purpose-0.1.1 ucb-0.3.1.crate
central-0.1.1.crate its-0.1.0 purpose-0.1.1.crate understand-0.1.1
central-0.1.7 its-0.1.0.crate purpose-0.1.3 understand-0.1.1.crate
central-0.1.7.crate its-0.1.1 purpose-0.1.3.crate understand-0.1.9
century-0.1.1 its-0.1.1.crate quality-0.1.1 understand-0.1.9.crate
century-0.1.1.crate itself-0.1.1 quality-0.1.1.crate ustc-0.3.1
century-0.1.7 itself-0.1.1.crate quality-0.1.3 ustc-0.3.1.crate
century-0.1.7.crate ken-0.0.1 quality-0.1.3.crate usually-0.1.1
certain-0.1.1 ken-0.0.1.crate quickly-0.1.1 usually-0.1.1.crate
certain-0.1.1.crate kid-0.1.0 quickly-0.1.1.crate usually-0.1.9
certain-0.1.7 kid-0.1.0.crate quickly-0.1.4 usually-0.1.9.crate
certain-0.1.7.crate kid-0.1.1 quickly-0.1.4.crate various-0.1.1
chair-0.1.1 kid-0.1.1.crate quite-0.1.1 various-0.1.1.crate
chair-0.1.1.crate kind-0.1.0 quite-0.1.1.crate various-0.1.9
chair-0.1.7 kind-0.1.0.crate quite-0.1.4 various-0.1.9.crate
chair-0.1.7.crate kind-0.1.1 quite-0.1.4.crate very-0.1.1
challenge-0.1.1 kind-0.1.1.crate race-0.1.1 very-0.1.1.crate
challenge-0.1.1.crate know-0.1.0 race-0.1.1.crate very-0.1.9
challenge-0.1.7 know-0.1.0.crate race-0.1.4 very-0.1.9.crate
challenge-0.1.7.crate know-0.1.1 race-0.1.4.crate victim-0.1.1
character-0.1.1 know-0.1.1.crate rather-0.1.1 victim-0.1.1.crate
character-0.1.1.crate knowledge-0.1.0 rather-0.1.1.crate victim-0.1.9
character-0.1.7 knowledge-0.1.0.crate rather-0.1.4 victim-0.1.9.crate
character-0.1.7.crate knowledge-0.1.1 rather-0.1.4.crate violence-0.1.1
child-0.1.1 knowledge-0.1.1.crate reality-0.1.1 violence-0.1.1.crate
child-0.1.1.crate large-0.1.0 reality-0.1.1.crate violence-0.1.9
child-0.1.7 large-0.1.0.crate reality-0.1.4 violence-0.1.9.crate
child-0.1.7.crate large-0.1.1 reality-0.1.4.crate wait-0.1.1
clearly-0.1.1 large-0.1.1.crate really-0.1.1 wait-0.1.1.crate
clearly-0.1.1.crate late-0.1.0 really-0.1.1.crate wait-0.1.9
clearly-0.1.7 late-0.1.0.crate really-0.1.4 wait-0.1.9.crate
clearly-0.1.7.crate late-0.1.1 really-0.1.4.crate weapon-0.1.1
cmu-0.3.1 late-0.1.1.crate receive-0.1.1 weapon-0.1.1.crate
cmu-0.3.1.crate later-0.1.0 receive-0.1.1.crate weapon-0.1.9
coach-0.1.1 later-0.1.0.crate receive-0.1.4 weapon-0.1.9.crate
coach-0.1.1.crate later-0.1.1 receive-0.1.4.crate wear-0.1.1
coach-0.1.7 later-0.1.1.crate recent-0.1.1 wear-0.1.1.crate
coach-0.1.7.crate laugh-0.1.0 recent-0.1.1.crate wear-0.2.1
college-0.1.1 laugh-0.1.0.crate recent-0.1.4 wear-0.2.1.crate
college-0.1.1.crate laugh-0.1.1 recent-0.1.4.crate week-0.1.1
college-0.1.7 laugh-0.1.1.crate recently-0.1.1 week-0.1.1.crate
college-0.1.7.crate law-0.1.0 recently-0.1.1.crate week-0.2.1
commercial-0.1.1 law-0.1.0.crate recently-0.1.4 week-0.2.1.crate
commercial-0.1.1.crate law-0.1.1 recently-0.1.4.crate weight-0.1.1
concern-0.1.1 law-0.1.1.crate recognize-0.1.1 weight-0.1.1.crate
concern-0.1.1.crate lawyer-0.1.0 recognize-0.1.1.crate weight-0.2.1
conference-0.1.1 lawyer-0.1.0.crate recognize-0.1.4 weight-0.2.1.crate
conference-0.1.1.crate lawyer-0.1.1 recognize-0.1.4.crate well-0.1.1
Congress-0.1.1 lawyer-0.1.1.crate relate-0.1.1 well-0.1.1.crate
Congress-0.1.1.crate leader-0.1.0 relate-0.1.1.crate well-0.2.1
consider-0.1.1 leader-0.1.0.crate relate-0.1.4 well-0.2.1.crate
consider-0.1.1.crate leader-0.1.1 relate-0.1.4.crate western-0.1.1
contain-0.1.1 leader-0.1.1.crate relationship-0.1.1 western-0.1.1.crate
contain-0.1.1.crate leave-0.1.0 relationship-0.1.1.crate western-0.2.1
couple-0.1.1 leave-0.1.0.crate relationship-0.1.8 western-0.2.1.crate
couple-0.1.1.crate leave-0.1.1 relationship-0.1.8.crate whether-0.1.1
court-0.1.1 leave-0.1.1.crate religious-0.1.1 whether-0.1.1.crate
court-0.1.1.crate left-0.1.1 religious-0.1.1.crate whether-0.2.3
crime-0.1.1 left-0.1.1.crate religious-0.1.8 whether-0.2.3.crate
crime-0.1.1.crate left-0.1.2 religious-0.1.8.crate whole-0.1.1
cuishuang-0.1.1 left-0.1.2.crate represent-0.1.1 whole-0.1.1.crate
cuishuang-0.1.1.crate look-0.1.1 represent-0.1.1.crate whole-0.2.3
cultural-0.1.1 look-0.1.1.crate represent-0.1.8 whole-0.2.3.crate
cultural-0.1.1.crate look-0.1.2 represent-0.1.8.crate whole-0.2.5
culture-0.1.1 look-0.1.2.crate Republican-0.1.1 whole-0.2.5.crate
culture-0.1.1.crate lose-0.1.1 Republican-0.1.1.crate whom-0.1.1
cup-0.1.1 lose-0.1.1.crate Republican-0.1.8 whom-0.1.1.crate
cup-0.1.1.crate lose-0.1.2 Republican-0.1.8.crate whom-0.2.3
customer-0.1.1 lose-0.1.2.crate require-0.1.1 whom-0.2.3.crate
customer-0.1.1.crate loss-0.1.1 require-0.1.1.crate whose-0.1.1
dashen-0.1.1 loss-0.1.1.crate require-0.2.3 whose-0.1.1.crate
dashen-0.1.1.crate loss-0.1.2 require-0.2.3.crate whose-0.2.3
daughter-0.1.1 loss-0.1.2.crate respond-0.1.1 whose-0.2.3.crate
daughter-0.1.1.crate magazine-0.1.1 respond-0.1.1.crate whose-0.2.6
debate-0.1.1 magazine-0.1.1.crate respond-0.2.3 whose-0.2.6.crate
debate-0.1.1.crate magazine-0.1.2 respond-0.2.3.crate will-0.1.1
defense-0.1.1 magazine-0.1.2.crate responsibility-0.1.1 will-0.1.1.crate
defense-0.1.1.crate maintain-0.1.1 responsibility-0.1.1.crate will-0.2.3
degree-0.1.1 maintain-0.1.1.crate responsibility-0.2.3 will-0.2.3.crate
degree-0.1.1.crate maintain-0.1.2 responsibility-0.2.3.crate within-0.1.1
Democrat-0.1.1 maintain-0.1.2.crate reveal-0.1.1 within-0.1.1.crate
Democrat-0.1.1.crate major-0.1.1 reveal-0.1.1.crate without-0.1.1
democratic-0.1.1 major-0.1.1.crate reveal-0.2.3 without-0.1.1.crate
democratic-0.1.1.crate major-0.1.2 reveal-0.2.3.crate without-0.2.6
describe-0.1.1 major-0.1.2.crate right-0.1.1 without-0.2.6.crate
describe-0.1.1.crate majority-0.1.1 right-0.1.1.crate woman-0.1.1
design-0.1.1 majority-0.1.1.crate right-0.2.3 woman-0.1.1.crate
design-0.1.1.crate majority-0.1.2 right-0.2.3.crate woman-0.2.6
despite-0.1.1 majority-0.1.2.crate risk-0.1.1 woman-0.2.6.crate
despite-0.1.1.crate manage-0.1.1 risk-0.1.1.crate worry-0.1.1
detail-0.1.1 manage-0.1.1.crate risk-0.2.3 worry-0.1.1.crate
detail-0.1.1.crate manage-0.1.2 risk-0.2.3.crate worry-0.2.6
determine-0.1.1 manage-0.1.2.crate road-0.1.1 worry-0.2.6.crate
determine-0.1.1.crate management-0.1.1 road-0.1.1.crate would-0.1.1
develop-0.1.1 management-0.1.1.crate road-0.2.3 would-0.1.1.crate
develop-0.1.1.crate management-0.1.2 road-0.2.3.crate would-0.2.6
development-0.1.1 management-0.1.2.crate role-0.1.1 would-0.2.6.crate
development-0.1.1.crate many-0.1.1 role-0.1.1.crate writer-0.1.1
didi-0.1.1 many-0.1.1.crate role-0.2.3 writer-0.1.1.crate
didi-0.1.1.crate many-0.1.2 role-0.2.3.crate writer-0.2.6
different-0.1.1 many-0.1.2.crate room-0.1.1 writer-0.2.6.crate
different-0.1.1.crate marriage-0.1.1 room-0.1.1.crate wrong-0.1.1
difficult-0.1.1 marriage-0.1.1.crate room-0.2.3 wrong-0.1.1.crate
difficult-0.1.1.crate marriage-0.1.2 room-0.2.3.crate wrong-0.2.6
director-0.1.1 marriage-0.1.2.crate school-0.1.1 wrong-0.2.6.crate
director-0.1.1.crate material-0.1.1 school-0.1.1.crate wrong-0.3.1
discuss-0.1.1 material-0.1.1.crate school-0.2.3 wrong-0.3.1.crate
discuss-0.1.1.crate material-0.1.2 school-0.2.3.crate year-0.1.1
discussion-0.1.1 material-0.1.2.crate seat-0.1.1 year-0.1.1.crate
discussion-0.1.1.crate medical-0.1.1 seat-0.1.1.crate year-0.3.1
disease-0.1.1 medical-0.1.1.crate seat-0.2.5 year-0.3.1.crate
disease-0.1.1.crate medical-0.1.2 seat-0.2.5.crate yet-0.1.1
door-0.1.1 medical-0.1.2.crate seek-0.1.1 yet-0.1.1.crate
door-0.1.1.crate meeting-0.1.1 seek-0.1.1.crate yet-0.3.1
during-0.1.1 meeting-0.1.1.crate seek-0.2.5 yet-0.3.1.crate
during-0.1.1.crate meeting-0.1.2 seek-0.2.5.crate young-0.1.1
east-0.1.1 meeting-0.1.2.crate seem-0.1.1 young-0.1.1.crate
east-0.1.1.crate member-0.1.1 seem-0.1.1.crate young-0.3.1
economic-0.1.1 member-0.1.1.crate seem-0.2.5 young-0.3.1.crate
economic-0.1.1.crate member-0.1.2 seem-0.2.5.crate your-0.1.1
education-0.1.1 member-0.1.2.crate sell-0.1.1 your-0.1.1.crate
education-0.1.1.crate mention-0.1.1 sell-0.1.1.crate your-0.3.1
effort-0.1.0 mention-0.1.1.crate sell-0.2.5 your-0.3.1.crate
effort-0.1.0.crate mention-0.1.2 sell-0.2.5.crate yourself-0.1.1
effort-0.1.1 mention-0.1.2.crate senior-0.1.1 yourself-0.1.1.crate
effort-0.1.1.crate million-0.1.1 senior-0.1.1.crate yourself-0.3.1
eight-0.1.1 million-0.1.1.crate senior-0.2.5 yourself-0.3.1.crate


20250410

删除target!!!

IDE安装cargo/rust-analyzer插件,打开项目后自动生成target

这个功能有待商榷,平时打开的项目比较多,1T磁盘轻轻松松不够用。

感觉Rust的包管理一言难尽,在每个项目下生成target,如果我有多个rust项目,那实际上很多相同的包,是会重复下载的吧。

cargo build使用指南,build编译后的target文件夹目录结构说明

提到共享缓存

sccache 是一个三方工具,可以用于在不同的工作空间中共享已经构建好的依赖包。

为了设置 sccache,首先需要使用 cargo install sccache 进行安装,然后在调用 Cargo 之前将 RUSTC_WRAPPER 环境变量设置为 sccache。

target目录可能占了原始项目90%甚至99%的空间…

https://course.rs/cargo/reference/configuration.html#%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E6%A6%82%E8%A7%88

https://github.com/mozilla/sccache

少华的博客–cargo sccache 缓存加速编译过程

我搞的一个action: https://github.com/timesince/rust-lint-2025/issues/2#issuecomment-2791707723





20250729

张汉东 –【Rust 漫画】揭开 Hello World 二进制文件巨大之谜

并且C++被大家熟知并诟病它的代码膨胀 为什么Rust可执行程序巨大

cargo build –release 好像只会优化用户的代码,(优化仅仅处理了用户代码,而我们几乎没有写什么用户代码。几乎所有的二进制代码来自标准库,而且我们不清楚可以做些啥…)

这种类型的动态链接是一把双刃剑。它使得更新多个程序共享的库变得不那么难,而且理论上,总的二进制文件大小应该减少。然而,有一个很强的少数派观点反对动态链接库,因为这也使得破坏库变得不那么难(可惜的是dynamic linker不像Cardo),且它减少二进制文件大小的效果有点被夸大了。为了在后面详述,这篇文章先前说LTO最终解决了问题,而动态链接库忍受同样的问题,却没有解决方案。在动态链接库之上进行LTO会破坏整个好处。

情况已经改变了许多,但这些比较看起来仍然不公。毕竟这都是glibc的错!我们有一些libc的替代品,musl看起来是不错的一个替代品。即使静态链接,它也产生非常紧凑的二进制文件

Rust编译后的二进制文件,比C++还大,这波输了?



去除不必要的依赖
命令 cargo deps | dot -Tpng > dep.png ,可以将当前依赖关系绘制成一张图。(需要用到 cargo-deps和 graphviz)

如果提示没有相关命令:

cargo install cargo-deps

brew install graphviz

rust的简单程序编译后,为何巨大无比?


少华的博客–减小 rust 编译出的程序的文件大小
这哥们博客里面 Rust相关的文章也都很不错,值得一看~


华为 | Rust 编译后二进制大小和常用优化方式

为什么Rust编译后这么大

不错:
优化 Rust 程序编译体积

reddit讨论:

为什么 Rust 的二进制文件这么大?


文章目录