Description
Lets Rust files and expressions behave like scripts without setting up a full Cargo project first. It is useful for small tools, experiments, examples, and automation where Rust's safety is useful but project scaffolding is unnecessary.
Script-like execution can still compile and run code from files. Review scripts from untrusted sources before executing them.