TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rust-script: Run Rust files and expressions as scripts

1 pointsby microflash6 months ago

1 comment

oguz-ismail6 months ago
&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!