File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## Overview
12
12
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:
14
14
15
+ - Caching compiled artifacts for speed.
15
16
- 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.
19
18
- Using expressions as stream filters (* i.e.* for use in command pipelines).
20
19
- Running unit tests and benchmarks from scripts.
21
20
- Custom templates for command-line expressions and filters.
22
21
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.
24
23
25
24
## Installation
26
25
You can’t perform that action at this time.
0 commit comments