#script #rs-script

app rs-script

A tool to create Rust scripts

2 releases

Uses new Rust 2024

new 0.2.1 Apr 9, 2025
0.2.0 Apr 9, 2025

#91 in Configuration

Download history 217/week @ 2025-04-06

217 downloads per month

MIT/Apache

20KB
407 lines

Stores all the files and the built binary of a Rust project in a single file allowing similar usage to Python scripts.

Installation

Install with

cargo install rs-script

Config

Note: Use this to choose the editor opened with rss edit

Modify the config with

rss config

Reset it with

rss config -r

Find it with

rss config -w

Editing

Create/edit a file with

rss edit myfile.rss

Running

Run a file with

rss run myfile.rss

Dependencies

~9–19MB
~282K SLoC