TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rust-script: Run Rust files and expressions as scripts

1 点作者 microflash6 个月前

1 comment

oguz-ismail6 个月前
&gt; Under the hood, a Cargo project will be generated and built (with the Cargo output hidden unless compilation fails or the -c&#x2F;--cargo-output option is used). The first invocation of the script will be slower as the script is compiled - subsequent invocations of unmodified scripts will be fast as the built executable is cached.<p>I was expecting something like TCC. Boo!