File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010
1111## Overview
1212
13- Some of ` rust-script ` 's features include:
13+ With ` rust-script ` Rust files and expressions can be executed just like a shell or Python script. Features include:
1414
15+ - Caching compiled artifacts for speed.
1516- Reading Cargo manifests embedded in Rust scripts.
16- - Caching compiled artifacts (including dependencies) to amortise build times.
17- - Supporting executable Rust scripts via UNIX shebangs and Windows file associations.
18- - Evaluating expressions on the command-line.
17+ - Supporting executable Rust scripts via Unix shebangs and Windows file associations.
1918- Using expressions as stream filters (* i.e.* for use in command pipelines).
2019- Running unit tests and benchmarks from scripts.
2120- Custom templates for command-line expressions and filters.
2221
23- Generally, you can get an overview of the available options using the ` --help ` flag.
22+ You can get an overview of the available options using the ` --help ` flag.
2423
2524## Installation
2625
You can’t perform that action at this time.
0 commit comments