Skip to content

Commit 57b29a9

Browse files
authored
Update README.md
1 parent b367042 commit 57b29a9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
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

0 commit comments

Comments
 (0)